mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 04:44:03 +01:00
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:
parent
833d0e4322
commit
66186d7027
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user