1
0
forked from extern/nix-config

hyprland: Use default split ratios

This commit is contained in:
Donovan Glover 2023-06-13 09:11:06 -04:00
parent 1f3c3c0c58
commit 2b054e8c18
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -141,7 +141,9 @@ let VARIABLES = import ../../src/variables.nix; in {
bind = SUPER, K, layoutmsg, cycleprev
bind = SUPER_SHIFT, J, layoutmsg, swapnext
bind = SUPER_SHIFT, K, layoutmsg, swapprev
bind = SUPER, C, splitratio, exact 0.95
bind = SUPER, C, layoutmsg, orientationtop
bind = SUPER_SHIFT, C, splitratio, exact 0.65
bind = SUPER_SHIFT, C, layoutmsg, orientationleft
bind = SUPER, H, layoutmsg, addmaster
bind = SUPER, L, layoutmsg, removemaster