mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
hyprland: Cycle through orientations
Note that the center orientation is currently broken when an application such as waybar requests vertical space.
This commit is contained in:
parent
a8f8286c12
commit
0c9c74fb2a
@ -124,7 +124,8 @@
|
||||
bind = SUPER, K, layoutmsg, cycleprev
|
||||
bind = SUPER_SHIFT, J, layoutmsg, swapnext
|
||||
bind = SUPER_SHIFT, K, layoutmsg, swapprev
|
||||
bind = SUPER, C, layoutmsg, orientationcenter
|
||||
bind = SUPER, C, layoutmsg, orientationnext
|
||||
bind = SUPER_SHIFT, C, layoutmsg, orientationprev
|
||||
bind = SUPER, H, layoutmsg, addmaster
|
||||
bind = SUPER, L, layoutmsg, removemaster
|
||||
bind = SUPER_SHIFT, H, splitratio, -0.05
|
||||
|
Loading…
Reference in New Issue
Block a user