From 34084e45aa7de470424b1ebab5a40440e83ffe3f Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Fri, 25 Apr 2025 08:41:16 +0200 Subject: [PATCH] hyprland: make splitting and resizing deterministic --- homes/julian/features/hyprland/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homes/julian/features/hyprland/default.nix b/homes/julian/features/hyprland/default.nix index 02db119..49cc80f 100644 --- a/homes/julian/features/hyprland/default.nix +++ b/homes/julian/features/hyprland/default.nix @@ -172,6 +172,8 @@ in dwindle = { pseudotile = true; # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true; # You probably want this + smart_split = false; + smart_resizing = false; # no_gaps_when_only = 2; # with border };