summaryrefslogtreecommitdiffstats
path: root/.config/picom/picom.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/picom/picom.conf')
-rw-r--r--.config/picom/picom.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index d22a264..5170d5c 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -51,7 +51,8 @@ shadow-exclude = [
"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"class_g = 'firefox' && argb",
- "class_g = 'Firefox-esr' && argb",
+ "class_g = 'firefox-esr' && argb",
+ "class_g = 'thunderbird-default' && argb",
"argb && ! window_type *= 'menu'",
"_GTK_FRAME_EXTENTS@:c"
];
@@ -112,7 +113,7 @@ fade-delta = 2
# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
# inactive-opacity = 1
-inactive-opacity = 0.8;
+#inactive-opacity = 0.8;
# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
# frame-opacity = 1.0