Tweak hyprland binds

This commit is contained in:
Nathan McCarty 2023-07-08 01:53:58 -04:00
parent db28833abc
commit 57914ef874
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 3 additions and 3 deletions

View File

@ -178,9 +178,9 @@ in with lib; {
bind = SUPER SHIFT, 9, movetoworkspace, 9
bind = SUPER SHIFT, 0, movetoworkspace, 10
# Scroll through existing workspaces with mainMod + scroll
bind = SUPER, mouse_down, workspace, e+1
bind = SUPER, mouse_up, workspace, e-1
# Scroll through existing workspaces with F23 and F24
bind = , F23, workspace, e-1
bind = , F24, workspace, e+1
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = SUPER, mouse:272, movewindow