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.
This commit is contained in:
parent
8d7981e027
commit
5c1b447b02
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue