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, }, })