diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-19 09:26:11 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-19 09:26:11 -0400 |
| commit | d3e6bdf03f68120909aa2db69760abbdb51844be (patch) | |
| tree | c98f5591f49df2d516551a307ea45349334bb183 /dotfiles | |
| parent | 99efe19e30dbcc4c162ff47411d7add94e55424f (diff) | |
| download | archsetup-d3e6bdf03f68120909aa2db69760abbdb51844be.tar.gz archsetup-d3e6bdf03f68120909aa2db69760abbdb51844be.zip | |
fix(hyprland): paint scratchpad active border goldenrod
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.
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 3 |
1 files changed, 1 insertions, 2 deletions
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 } |
