From 9c8f6cf2cb89ed9832f889483d7df8489cde83a5 Mon Sep 17 00:00:00 2001 From: Jisnu Date: Thu, 21 May 2026 11:51:42 +0530 Subject: [PATCH] fix: remove pseudotile and fix -1 gradient colors for Hyprland 0.55.x (#5922) --- default/hypr/looknfeel.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 {