fix: remove pseudotile and fix -1 gradient colors for Hyprland 0.55.x (#5922)

This commit is contained in:
Jisnu
2026-05-21 08:21:42 +02:00
committed by GitHub
parent 82f99928d0
commit 9c8f6cf2cb
+4 -5
View File
@@ -50,8 +50,8 @@ decoration {
group { group {
col.border_active = $activeBorderColor col.border_active = $activeBorderColor
col.border_inactive = $inactiveBorderColor col.border_inactive = $inactiveBorderColor
col.border_locked_active = -1 col.border_locked_active = $activeBorderColor
col.border_locked_inactive = -1 col.border_locked_inactive = $inactiveBorderColor
groupbar { groupbar {
font_size = 12 font_size = 12
@@ -108,9 +108,8 @@ animations {
# See https://wiki.hypr.land/Configuring/Layouts/Dwindle-Layout/ for more # See https://wiki.hypr.land/Configuring/Layouts/Dwindle-Layout/ for more
dwindle { dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true
preserve_split = true # You probably want this force_split = 2
force_split = 2 # Always split on the right
} }
scrolling { scrolling {