mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
hyprland: decrease split ratio to 0.55
This commit is contained in:
parent
62e86c74b8
commit
c0ebf438a3
@ -131,7 +131,7 @@ in
|
|||||||
|
|
||||||
master = {
|
master = {
|
||||||
new_on_top = false;
|
new_on_top = false;
|
||||||
mfact = 0.65;
|
mfact = 0.55;
|
||||||
special_scale_factor = 1;
|
special_scale_factor = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -213,7 +213,7 @@ in
|
|||||||
"${super}_SHIFT, K, layoutmsg, swapprev"
|
"${super}_SHIFT, K, layoutmsg, swapprev"
|
||||||
"${super}, C, splitratio, exact 0.80"
|
"${super}, C, splitratio, exact 0.80"
|
||||||
"${super}, C, layoutmsg, orientationtop"
|
"${super}, C, layoutmsg, orientationtop"
|
||||||
"${super}_SHIFT, C, splitratio, exact 0.65"
|
"${super}_SHIFT, C, splitratio, exact 0.55"
|
||||||
"${super}_SHIFT, C, layoutmsg, orientationleft"
|
"${super}_SHIFT, C, layoutmsg, orientationleft"
|
||||||
"${super}, H, layoutmsg, addmaster"
|
"${super}, H, layoutmsg, addmaster"
|
||||||
"${super}, L, layoutmsg, removemaster"
|
"${super}, L, layoutmsg, removemaster"
|
||||||
|
Loading…
Reference in New Issue
Block a user