hyprland: decrease split ratio to 0.55

This commit is contained in:
Donovan Glover 2024-10-31 16:43:31 -04:00
parent 62e86c74b8
commit c0ebf438a3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -131,7 +131,7 @@ in
master = {
new_on_top = false;
mfact = 0.65;
mfact = 0.55;
special_scale_factor = 1;
};
@ -213,7 +213,7 @@ in
"${super}_SHIFT, K, layoutmsg, swapprev"
"${super}, C, splitratio, exact 0.80"
"${super}, C, layoutmsg, orientationtop"
"${super}_SHIFT, C, splitratio, exact 0.65"
"${super}_SHIFT, C, splitratio, exact 0.55"
"${super}_SHIFT, C, layoutmsg, orientationleft"
"${super}, H, layoutmsg, addmaster"
"${super}, L, layoutmsg, removemaster"