From f89919ece9679ced6b1d8b01150e27ee7a98b7d8 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 2 Dec 2023 18:33:19 -0500 Subject: [PATCH] fix(hyprland): make togglesplit work again --- home/hyprland/default.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 71f47036..7768b785 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -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]; }; };