diff --git a/default/hypr/looknfeel.conf b/default/hypr/looknfeel.conf index 1a6a8d97..85896054 100644 --- a/default/hypr/looknfeel.conf +++ b/default/hypr/looknfeel.conf @@ -50,8 +50,8 @@ decoration { group { col.border_active = $activeBorderColor col.border_inactive = $inactiveBorderColor - col.border_locked_active = -1 - col.border_locked_inactive = -1 + col.border_locked_active = $activeBorderColor + col.border_locked_inactive = $inactiveBorderColor groupbar { font_size = 12 @@ -108,9 +108,8 @@ animations { # See https://wiki.hypr.land/Configuring/Layouts/Dwindle-Layout/ for more 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 # Always split on the right + preserve_split = true + force_split = 2 } scrolling {