From 2ddb17e9ddae349ac0d17ff4989f2d7b6d1dc36a Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Wed, 3 Jun 2026 19:04:11 +0200 Subject: [PATCH] hyprland: improve dwindle settings --- homes/julian/features/hyprland/hyprland.lua | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/homes/julian/features/hyprland/hyprland.lua b/homes/julian/features/hyprland/hyprland.lua index e76d25d..1e1a82e 100644 --- a/homes/julian/features/hyprland/hyprland.lua +++ b/homes/julian/features/hyprland/hyprland.lua @@ -135,24 +135,10 @@ hl.workspace_rule({ workspace = "f[1]", gaps_out = 0, gaps_in = 0 }) -- See https://wiki.hypr.land/Configuring/Layouts/Dwindle-Layout/ for more hl.config({ dwindle = { - preserve_split = true, - smart_split = true, + preserve_split = false, + smart_split = false, smart_resizing = true, - -- force_split = 2, - }, -}) - --- See https://wiki.hypr.land/Configuring/Layouts/Master-Layout/ for more -hl.config({ - master = { - new_status = "master", - }, -}) - --- See https://wiki.hypr.land/Configuring/Layouts/Scrolling-Layout/ for more -hl.config({ - scrolling = { - fullscreen_on_one_column = true, + force_split = 2, }, })