Tweak hyprland binds
This commit is contained in:
parent
db28833abc
commit
57914ef874
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue