mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-26 12:41:21 +02: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, K, layoutmsg, cycleprev
|
||||||
bind = SUPER_SHIFT, J, layoutmsg, swapnext
|
bind = SUPER_SHIFT, J, layoutmsg, swapnext
|
||||||
bind = SUPER_SHIFT, K, layoutmsg, swapprev
|
bind = SUPER_SHIFT, K, layoutmsg, swapprev
|
||||||
bind = SUPER, C, layoutmsg, orientationnext
|
bind = SUPER, C, layoutmsg, orientationtop
|
||||||
bind = SUPER_SHIFT, C, layoutmsg, orientationprev
|
bind = SUPER_SHIFT, C, layoutmsg, orientationleft
|
||||||
bind = SUPER, H, layoutmsg, addmaster
|
bind = SUPER, H, layoutmsg, addmaster
|
||||||
bind = SUPER, L, layoutmsg, removemaster
|
bind = SUPER, L, layoutmsg, removemaster
|
||||||
bind = SUPER_SHIFT, H, splitratio, -0.05
|
bind = SUPER_SHIFT, H, splitratio, -0.05
|
||||||
|
Loading…
x
Reference in New Issue
Block a user