hyprland: improve dwindle settings

This commit is contained in:
2026-06-03 19:04:11 +02:00
parent 9de557705a
commit 2ddb17e9dd
+3 -17
View File
@@ -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 -- See https://wiki.hypr.land/Configuring/Layouts/Dwindle-Layout/ for more
hl.config({ hl.config({
dwindle = { dwindle = {
preserve_split = true, preserve_split = false,
smart_split = true, smart_split = false,
smart_resizing = true, smart_resizing = true,
-- force_split = 2, 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,
}, },
}) })