diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 25ce3ad..e6d94de 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -57,6 +57,10 @@ shadow-exclude = [ # Zoom "name = 'cpt_frame_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 = [ ];