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:
Donovan Glover 2023-05-21 11:48:45 -04:00
parent a8f8286c12
commit 0c9c74fb2a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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