mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2025-03-12 14:36:13 +00:00
add hyprshot keybinds
This commit is contained in:
parent
499f8fc4bb
commit
071b1c70b7
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue