Compare commits

..

No commits in common. "d79db1d068dfedc43e6548bb1700f8aa3735ee60" and "d0ebaf9134477e38baf62a86bd4a0535d5050dc8" have entirely different histories.

View file

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