diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c4d0c8f..16a710f 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -190,8 +190,8 @@ bind = $mainMod, Space, exec, ~/.config/rofi/launcher/launcher.sh #Grim & Slurp for Screenshot -bind = $mainMod_Shift, S, exec, slurp | grim -g - /tmp/photo && wl-copy < /tmp/photo && notify-send 'Screenshot Copied to Clipboard' -bind = Alt+Shift, S, exec, grim -g "$(slurp)" $HOME/Pictures/Screenshot/$(date +'%Y%m%d%H%M%S').png && notify-send 'Screenshot Saved' +bind = $mainMod_Shift, S, exec, slurp | grim -g - /tmp/photo && wl-copy < /tmp/photo && notify-send -w 'Screenshot' 'Screenshot Copied to Clipboard' -i /tmp/photo +bind = Alt+Shift, S, exec, grim -g "$(slurp)" $HOME/Pictures/Screenshot/$(date +'%m-%d-%H-%M-%S').png && notify-send 'Screenshot Saved' -i $HOME/Pictures/Screenshot/$(date +'%m-%d-%H-%M-%S').png bind = Alt+Shift, W, exec, pkill -9 waybar || waybar &