mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-17 10:11:12 +02: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:
@ -124,7 +124,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, orientationcenter
|
bind = SUPER, C, layoutmsg, orientationnext
|
||||||
|
bind = SUPER_SHIFT, C, layoutmsg, orientationprev
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user