Compare commits
2 commits
d0ebaf9134
...
d79db1d068
Author | SHA1 | Date | |
---|---|---|---|
d79db1d068 | |||
f89919ece9 |
1 changed files with 8 additions and 3 deletions
|
@ -115,9 +115,9 @@ in {
|
|||
# Defaults
|
||||
"$mainMod, Q, exec, alacritty"
|
||||
"$mainMod, F, fullscreen"
|
||||
"$mainMod, C, killactive,"
|
||||
"$mainMod SHIFT, SPACE, togglefloating,"
|
||||
"$mainMod, J, togglesplit,"
|
||||
"$mainMod, C, killactive, "
|
||||
"$mainMod SHIFT, SPACE, togglefloating, "
|
||||
"$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];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue