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]; }; };