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 | 5871ee7bdd9a618ca330e1bd58176f57aefc4dbe (patch) | |
| tree | d6ebb21ecda8776b8c98ab429c6ca18605df08e0 /dotfiles/hyprland | |
| parent | 82f05081633105c2585f41eb2b4a992e3452349e (diff) | |
| download | archsetup-5871ee7bdd9a618ca330e1bd58176f57aefc4dbe.tar.gz archsetup-5871ee7bdd9a618ca330e1bd58176f57aefc4dbe.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/hyprland')
| -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 } |
