aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotfiles/hyprland/.config/hypr/hyprland.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf
index e7511c6..2c2127f 100644
--- a/dotfiles/hyprland/.config/hypr/hyprland.conf
+++ b/dotfiles/hyprland/.config/hypr/hyprland.conf
@@ -68,6 +68,11 @@ general {
border_size = 3
col.active_border = rgba(daa520ff)
col.inactive_border = rgba(444444ff)
+ # 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 = rgba(444444ff)
layout = master
resize_on_border = true
}