From 2cd554c69e1958d4b19b4ee48dc625bffe91a813 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 24 Feb 2024 12:37:58 -0500 Subject: Misc updates --- .config/picom/picom.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config/picom/picom.conf') 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 -- cgit v1.2.3-83-g751a