diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-02-11 15:24:07 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-02-11 15:24:07 +0000 |
commit | 13c50587517e910e5df3ec9486d7a959c65fed9e (patch) | |
tree | 892b4227c3f8e234f6bf2d157582082bd2469dfe /.config | |
parent | 1d97ede6edbd78c2fc65989186b3204ea703020f (diff) |
Set Dwindle to split right or bottom
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 96b9f5f..154e2ce 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -109,6 +109,7 @@ dwindle { # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = yes # you probably want this + force_split = 2 # 0 -> split follows mouse, 1 -> always split to the left (new = left or top) 2 -> always split to the right (new = right or bottom) } master { |