aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-02-27 21:23:37 +0000
committerJustine Smithies <justine@smithies.me.uk>2026-02-27 21:23:37 +0000
commitca3ce8c47a052c09bead037e9b40ed528c5e34f3 (patch)
treef3c60dd91aade7dd9b754b38eeb903c1a526bd32
parentd46301aa9ea80777d8aef33dc2f8b9f8e57cd3c2 (diff)
picom.conf add multiple matches in 1 section for opacity
-rw-r--r--.config/picom/picom.conf10
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;
},
{