fix(hyprland): make togglesplit work again

This commit is contained in:
matt1432 2023-12-02 18:33:19 -05:00
parent d0ebaf9134
commit f89919ece9

View file

@ -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,10 @@ in {
vfr = true;
};
dwindle = {
smart_split = true;
};
source = [confPath];
};
};