Move between all workspaces, not just those on same monitor

This commit is contained in:
ItsDrike 2022-11-17 16:31:55 +01:00
parent 3a46009989
commit c8fa3d646b
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -251,10 +251,10 @@ bind = ALT, 8, movetoworkspace, 8
bind = ALT, 9, movetoworkspace, 9 bind = ALT, 9, movetoworkspace, 9
# Cycle workspaces (relative movement) # Cycle workspaces (relative movement)
bind = SUPER, mouse_down, workspace, m+1 bind = SUPER, mouse_down, workspace, +1
bind = SUPER, mouse_up, workspace, m-1 bind = SUPER, mouse_up, workspace, -1
bind = SUPER, bracketleft, workspace, m-1 bind = SUPER, bracketleft, workspace, -1
bind = SUPER, bracketright, workspace, m+1 bind = SUPER, bracketright, workspace, +1
# Cycle monitors # Cycle monitors
bind = SUPER_SHIFT, bracketleft, focusmonitor, -1 bind = SUPER_SHIFT, bracketleft, focusmonitor, -1