Fix workspace switching direction

This commit is contained in:
Evie Litherland-Smith 2023-04-12 15:12:14 +01:00
parent eab8520ef8
commit a43db291fd

View file

@ -173,9 +173,9 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, bracketleft, workspace, e+1
bind = $mainMod, bracketright, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1
bind = $mainMod, bracketright, workspace, e-1
bind = $mainMod, bracketleft, workspace, e-1
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow