From dd8e38e428e8191e921a7a762f4b8fd6b49fc301 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sun, 28 Feb 2021 11:24:04 -0500 Subject: [PATCH] Update compton.conf --- home/.compton.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/.compton.conf b/home/.compton.conf index cb4d7cf..d92d90e 100644 --- a/home/.compton.conf +++ b/home/.compton.conf @@ -10,5 +10,6 @@ opacity-rule = , "99:class_g = 'screengrab'" # Original is obscured with overlaid transparency , "80:class_g = 'dmenu'" # Want to be more-visible. , "60:class_g = 'Dunst'" # Not transparent otherwise. - , "60:class_g = 'dwm'" # Always inactive, so need to override. + , "80:class_g = 'dwm'" # Always inactive, so need to override. + , "90:class_g = 'Firefox'" ]; -- 2.20.1