From ba2f861ad4226dfb8b7594c802efdf79fa15d050 Mon Sep 17 00:00:00 2001 From: Leonhard Kost Date: Mon, 15 Dec 2025 18:11:23 +0100 Subject: [PATCH] Update hyprland splitting behavior --- modules/home-manager/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index bd7e8dc..34baf1a 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -72,6 +72,7 @@ "workspaces,1,3,default" ]; + dwindle.force_split = 2; cursor.no_warps = true; }; };