feat: add togglesplit

This commit is contained in:
2025-07-21 12:26:09 -07:00
parent 92b855d85c
commit bd72c9c863

View File

@@ -154,6 +154,7 @@
"$mod, l, movefocus, r" "$mod, l, movefocus, r"
"$mod, k, movefocus, u" "$mod, k, movefocus, u"
"$mod, j, movefocus, d" "$mod, j, movefocus, d"
"$mod, Space, togglesplit"
"$mod, 0, workspace, 10" "$mod, 0, workspace, 10"
"$mod SHIFT, 0, movetoworkspacesilent, 10" "$mod SHIFT, 0, movetoworkspacesilent, 10"
@@ -187,6 +188,9 @@
gaps_in = 0; gaps_in = 0;
gaps_out = 0; gaps_out = 0;
}; };
dwindle = {
preserve_split = true;
};
decoration = { decoration = {
rounding = 0; rounding = 0;
blur = { blur = {