From d3e6bdf03f68120909aa2db69760abbdb51844be Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 19 May 2026 09:26:11 -0400 Subject: fix(hyprland): paint scratchpad active border goldenrod MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pyprland 3.4+ applies `group deny` to scratchpads, which routes their border through col.nogroup_border* instead of col.*_border. Set col.nogroup_border_active to #daa520 (same as col.active_border) so the scratchpad and tiled active borders read identically. Also drop `pseudotile = true` from the unused dwindle{} block — this config uses layout = master, so the dwindle settings never take effect. --- dotfiles/hyprland/.config/hypr/hyprland.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dotfiles') diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 230b42a..2873c4d 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -70,7 +70,7 @@ general { # Pyprland 3.4+ applies `group deny` to scratchpads, which routes their # border through col.nogroup_border* instead of col.*_border. Without # these overrides Hyprland's defaults paint scratchpads bright magenta. - col.nogroup_border_active = rgba(67809cff) + col.nogroup_border_active = rgba(daa520ff) col.nogroup_border = rgba(444444ff) layout = master resize_on_border = true @@ -106,7 +106,6 @@ master { } dwindle { - pseudotile = true preserve_split = true } -- cgit v1.2.3