mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Move between all workspaces, not just those on same monitor
This commit is contained in:
parent
3a46009989
commit
c8fa3d646b
|
@ -251,10 +251,10 @@ bind = ALT, 8, movetoworkspace, 8
|
|||
bind = ALT, 9, movetoworkspace, 9
|
||||
|
||||
# Cycle workspaces (relative movement)
|
||||
bind = SUPER, mouse_down, workspace, m+1
|
||||
bind = SUPER, mouse_up, workspace, m-1
|
||||
bind = SUPER, bracketleft, workspace, m-1
|
||||
bind = SUPER, bracketright, workspace, m+1
|
||||
bind = SUPER, mouse_down, workspace, +1
|
||||
bind = SUPER, mouse_up, workspace, -1
|
||||
bind = SUPER, bracketleft, workspace, -1
|
||||
bind = SUPER, bracketright, workspace, +1
|
||||
|
||||
# Cycle monitors
|
||||
bind = SUPER_SHIFT, bracketleft, focusmonitor, -1
|
||||
|
|
Loading…
Reference in a new issue