Compare commits
No commits in common. "d79db1d068dfedc43e6548bb1700f8aa3735ee60" and "d0ebaf9134477e38baf62a86bd4a0535d5050dc8" have entirely different histories.
d79db1d068
...
d0ebaf9134
1 changed files with 3 additions and 8 deletions
|
@ -117,7 +117,7 @@ in {
|
||||||
"$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];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue