From: Siraaj Khandkar Date: Sun, 28 Feb 2021 16:24:04 +0000 (-0500) Subject: Update compton.conf X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=dd8e38e428e8191e921a7a762f4b8fd6b49fc301 Update compton.conf --- 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'" ];