Switch to swapwindow
This more closely mimicks bspwm
This commit is contained in:
parent
bd3063e370
commit
84bdaa7bd0
@ -45,10 +45,10 @@ bind = $mainMod, k, movefocus, u
|
||||
bind = $mainMod, l, movefocus, r
|
||||
|
||||
# Move the focused window around
|
||||
bind = $mainMod Shift, h, movewindow, l
|
||||
bind = $mainMod Shift, j, movewindow, d
|
||||
bind = $mainMod Shift, k, movewindow, u
|
||||
bind = $mainMod Shift, l, movewindow, r
|
||||
bind = $mainMod Shift, h, swapwindow, l
|
||||
bind = $mainMod Shift, j, swapwindow, d
|
||||
bind = $mainMod Shift, k, swapwindow, u
|
||||
bind = $mainMod Shift, l, swapwindow, r
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user