hyprland: make splitting and resizing deterministic

This commit is contained in:
Julian Mutter 2025-04-25 08:41:16 +02:00
parent 7c1c51954e
commit 34084e45aa

View File

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