From 4cd90d677ad6f4c759356691a97c68ebc5650c0d Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Fri, 8 Nov 2024 22:38:28 +0100 Subject: [PATCH] feat: hyprland dwindle force_split = 2 --- modules/home-manager/hyprland.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 2ea84d0..0e71590 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -123,6 +123,10 @@ inactive_timeout = 3; }; + dwindle = { + force_split = 2; + }; + # DECORATION decoration = { active_opacity = 0.95;