Add keybindings for optional manual tiling

This commit is contained in:
ItsDrike 2023-10-10 20:21:11 +02:00
parent 0291bccf22
commit 24d34c0d11
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -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