diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/picom/picom.conf | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index c0c1088..0cb5f6c 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -318,15 +318,7 @@ rules: ({ shadow = false; }, { - match = "class_g = 'XTerm'" - opacity = 0.80; -}, -{ - match = "class_g = 'Polybar'" - opacity = 0.80; -}, -{ - match = "class_g = 'Dunst'" + match = "(class_g = 'XTerm' || class_g = 'Polybar' || class_g = 'Dunst')" opacity = 0.80; }, { |
