From ea08b0139760b102f33a07483ac80251f611a7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Fri, 20 Dec 2019 13:50:00 +0100 Subject: [PATCH] Add Firefox and Chrome to compton shadow-exclusion --- etc/xdg/compton.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/xdg/compton.conf b/etc/xdg/compton.conf index c35df7d8..9a0bc5f1 100644 --- a/etc/xdg/compton.conf +++ b/etc/xdg/compton.conf @@ -40,6 +40,9 @@ shadow-exclude = [ "g:e:Synapse", "g:e:Kupfer", "g:e:Conky", + "n:w:*Firefox*", + "n:w:*Chrome*", + "n:w:*Chromium*", "class_g ?= 'Notify-osd'", "class_g ?= 'Cairo-dock'", "class_g ?= 'Xfce4-notifyd'",