fix tiling behaviour

Amolith created

Change summary

dot_config/hypr/hyprland.conf.tmpl | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)

Detailed changes

dot_config/hypr/hyprland.conf.tmpl 🔗

@@ -107,14 +107,10 @@ animations {
 
 dwindle {
     # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
-    pseudotile = yes # master switch for pseudotiling. Enabling is bound to mod + P in the keybinds section below
-    preserve_split = yes # you probably want this
-    no_gaps_when_only = yes
-}
-
-master {
-    # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
-    new_is_master = true
+    pseudotile = false
+    preserve_split = true
+    force_split = 2
+    no_gaps_when_only = true
 }
 
 gestures {