picom: don't drop shadows on various sharing indicators

This commit is contained in:
Vincent Bernat 2022-08-04 11:31:09 +02:00
parent 44b6f25170
commit 290ac088ec

View file

@ -57,6 +57,10 @@ shadow-exclude = [
# Zoom # Zoom
"name = 'cpt_frame_window'", "name = 'cpt_frame_window'",
"name = 'cpt_frame_xcb_window'", "name = 'cpt_frame_xcb_window'",
"name = 'as_toolbar'" "name = 'as_toolbar'",
# Other sharing indicators
"name ~= 'is sharing your screen.$'", # Chrome
"name = 'Firefox — Sharing Indicator'", # Firefox
"name = 'Screen Sharing Tracker'" # Jitsi
]; ];
fade-exclude = [ ]; fade-exclude = [ ];