From 68c37c0f42d5dc62e08faab04c17525f29e48bdd Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Fri, 25 Apr 2025 15:04:58 +0200 Subject: [PATCH] hyprland dwindle: always split to same direction --- homes/julian/features/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/homes/julian/features/hyprland/default.nix b/homes/julian/features/hyprland/default.nix index 6ebe07b..6137374 100644 --- a/homes/julian/features/hyprland/default.nix +++ b/homes/julian/features/hyprland/default.nix @@ -173,6 +173,7 @@ in preserve_split = true; # You probably want this smart_split = false; smart_resizing = false; + force_split = 2; # no_gaps_when_only = 2; # with border };