Added bindings to move windows
This commit is contained in:
parent
b884e32ba4
commit
6bbeefb853
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@ bind = $mainMod, L, movefocus, r
|
|||
bind = $mainMod, K, movefocus, u
|
||||
bind = $mainMod, J, movefocus, d
|
||||
|
||||
bind = $mainMod&SHIFT, H, movewindow, l
|
||||
bind = $mainMod&SHIFT, L, movewindow, r
|
||||
bind = $mainMod&SHIFT, K, movewindow, u
|
||||
bind = $mainMod&SHIFT, J, movewindow, d
|
||||
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
bind = $mainMod, 2, workspace, 2
|
||||
bind = $mainMod, 3, workspace, 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue