From 290ac088eca21fd35f8b8358b4346e8a8fe16100 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 4 Aug 2022 11:31:09 +0200 Subject: [PATCH] picom: don't drop shadows on various sharing indicators --- dotfiles/picom.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 = [ ];