diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-02-27 21:23:37 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-02-27 21:23:37 +0000 |
| commit | ca3ce8c47a052c09bead037e9b40ed528c5e34f3 (patch) | |
| tree | f3c60dd91aade7dd9b754b38eeb903c1a526bd32 /.config/picom/picom.conf | |
| parent | d46301aa9ea80777d8aef33dc2f8b9f8e57cd3c2 (diff) | |
picom.conf add multiple matches in 1 section for opacity
Diffstat (limited to '.config/picom/picom.conf')
| -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; }, { |
