From ca3ce8c47a052c09bead037e9b40ed528c5e34f3 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Fri, 27 Feb 2026 21:23:37 +0000 Subject: picom.conf add multiple matches in 1 section for opacity --- .config/picom/picom.conf | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to '.config/picom') 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; }, { -- cgit v1.2.3