fix(hyprland): make togglesplit work again
This commit is contained in:
parent
d0ebaf9134
commit
f89919ece9
1 changed files with 7 additions and 3 deletions
|
@ -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,10 @@ in {
|
|||
vfr = true;
|
||||
};
|
||||
|
||||
dwindle = {
|
||||
smart_split = true;
|
||||
};
|
||||
|
||||
source = [confPath];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue