Compare commits

...

2 commits

View file

@ -117,7 +117,7 @@ in {
"$mainMod, F, fullscreen"
"$mainMod, C, killactive, "
"$mainMod SHIFT, SPACE, togglefloating, "
"$mainMod, J, togglesplit,"
"$mainMod, J, layoutmsg, togglesplit"
## Move focus with arrow keys
"$mainMod, left, movefocus, l"
@ -176,6 +176,11 @@ in {
vfr = true;
};
dwindle = {
smart_split = true;
special_scale_factor = 0.8;
};
source = [confPath];
};
};