mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add keybinds for moving windows around
This commit is contained in:
parent
a5432fa1ab
commit
b99fe275bd
|
@ -230,6 +230,12 @@ bind = SUPER, l, movefocus, r
|
|||
bind = SUPER, k, movefocus, u
|
||||
bind = SUPER, j, movefocus, d
|
||||
|
||||
# Move active window in direction
|
||||
bind = SUPER_ALT, h, movewindow, l
|
||||
bind = SUPER_ALT, l, movewindow, r
|
||||
bind = SUPER_ALT, k, movewindow, u
|
||||
bind = SUPER_ALT, j, movewindow, 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