From 5c1b447b02a01e78c7907ad00e5ccf8dc2160122 Mon Sep 17 00:00:00 2001 From: Jeena Date: Sat, 13 Sep 2025 22:25:37 +0900 Subject: [PATCH] Set force_split = 2 in hyprland.conf It felt always random where a new window would be opened, turns out it was set to smart_split so it would check where tho mouse cursor is and split to that side. With this change it will always open right/bottom. --- hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 41a8a47..868de55 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -162,6 +162,7 @@ animations { 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 + force_split = 2 } # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more