changes: hypr,

This commit is contained in:
Ayush Dumasia 2025-04-17 22:41:44 +05:30
parent 7a54601c5d
commit 0ed962d56f

View file

@ -190,8 +190,8 @@ bind = $mainMod, Space, exec, ~/.config/rofi/launcher/launcher.sh
#Grim & Slurp for Screenshot #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 = $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 +'%Y%m%d%H%M%S').png && notify-send 'Screenshot Saved' 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 & bind = Alt+Shift, W, exec, pkill -9 waybar || waybar &