mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add keybindings for optional manual tiling
This commit is contained in:
parent
0291bccf22
commit
24d34c0d11
|
@ -91,6 +91,12 @@ bind = SUPER_ALT, l, movewindow, r
|
|||
bind = SUPER_ALT, k, movewindow, u
|
||||
bind = SUPER_ALT, j, movewindow, d
|
||||
|
||||
# Override the split direction for next opened winodw
|
||||
bind = SUPER_ALT, left, layoutmsg, preselect l
|
||||
bind = SUPER_ALT, right, layoutmsg, preselect r
|
||||
bind = SUPER_ALT, up, layoutmsg, preselect u
|
||||
bind = SUPER_ALT, down, layoutmsg, preselect d
|
||||
|
||||
# Move between workspaces, swapping to current monitor (like xmonad)
|
||||
bind = SUPER, 1, exec, swap-workspace 1
|
||||
bind = SUPER, 2, exec, swap-workspace 2
|
||||
|
|
Loading…
Reference in a new issue