add hyprshot keybinds

This commit is contained in:
Aditya 2025-03-11 10:52:15 +05:30
parent 499f8fc4bb
commit 071b1c70b7
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU

View file

@ -77,8 +77,8 @@ bind = $MainMod Shift, 9, movetoworkspace, 9
bind = $MainMod Shift, 10, movetoworkspace, 10
# Example special workspace
bind = $MainMod, S, togglespecialworkspace, magic
bind = $MainMod Shift, S, movetoworkspace, special:magic
#bind = $MainMod, S, togglespecialworkspace, magic
#bind = $MainMod Shift, S, movetoworkspace, special:magic
# Scroll through existing workspaces
bind = $MainMod, mouse_down, workspace, e+1
@ -92,4 +92,8 @@ bindm = $MainMod, mouse:273, resizeWindow # RMB
bind = $MainMod, L, exec, hyprlock
bind = $MainMod+Shift, L, exec, hyprlock && systemctl suspend
# Screenshot
$output_folder = "/home/user/Pictures/Screenshots"
bind = $MainMod Shift, S, exec, hyprshot -m region -o $output_folder
bind = $MainMod, Print, exec, hyprshot -m output -o $output_folder
bind = Alt Shift, S, exec, hyprshot -m window -o $output_folder