hyprland: Limit orientations

The center orientation is broken when using a vertical waybar.
Additionally, using only two orientations for horizontal and vertical
workflows guarantees that ratio modifiers behave as expected. This works
since most applications have a focus point near the top left of the
window.
This commit is contained in:
Donovan Glover 2023-05-31 10:36:17 -04:00
parent 833d0e4322
commit 66186d7027
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -131,8 +131,8 @@
bind = SUPER, K, layoutmsg, cycleprev
bind = SUPER_SHIFT, J, layoutmsg, swapnext
bind = SUPER_SHIFT, K, layoutmsg, swapprev
bind = SUPER, C, layoutmsg, orientationnext
bind = SUPER_SHIFT, C, layoutmsg, orientationprev
bind = SUPER, C, layoutmsg, orientationtop
bind = SUPER_SHIFT, C, layoutmsg, orientationleft
bind = SUPER, H, layoutmsg, addmaster
bind = SUPER, L, layoutmsg, removemaster
bind = SUPER_SHIFT, H, splitratio, -0.05