From 81d83d3fdf456b5efcc20f2677772dc7863cc4b7 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Thu, 1 Jun 2023 14:17:52 +0200 Subject: [PATCH] update notification message and make printscreen save to file --- hyprland/.config/hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index e52fe90..b236036 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -165,8 +165,8 @@ bind=,XF86AudioLowerVolume,exec,pamixer -d 5 bind=,XF86AudioMute,exec,pamixer -t # Screenshot -bind=,Print,exec,grim -o "eDP-1" - | wl-copy && notify-send "Screenshot taken!" -bind=CTRL,Print,exec,grim -g "$(slurp)" - | wl-copy && notify-send "Screenshot taken!" +bind=,Print,exec,grim -o "eDP-1" && notify-send "screenshot taken" +bind=CTRL,Print,exec,grim -g "$(slurp)" - | wl-copy && notify-send "screenshot taken and sent to clipboard" # lock computer bind = $mainMod, l, exec,swaylock