From 82ff298313dfd84839d5662a47e643f83436f25d Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Tue, 16 Jun 2020 01:12:12 -0400
Subject: [PATCH] compton: improved shadow management

---
 helpers/DATA/compton/compton.conf | 4 ++--
 helpers/make-compton              | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/helpers/DATA/compton/compton.conf b/helpers/DATA/compton/compton.conf
index de804984..82c3d8da 100644
--- a/helpers/DATA/compton/compton.conf
+++ b/helpers/DATA/compton/compton.conf
@@ -60,7 +60,7 @@ no-dnd-shadow = true;
 # Avoid drawing shadows on dock/panel windows.
 no-dock-shadow = true;
 # Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows.
-clear-shadow = true;
+clear-shadow = false;
 # The blur radius for shadows. (default 12)
 shadow-radius = 6;
 # The left offset for shadows. (default -15)
@@ -152,7 +152,7 @@ fade-out-step = 0.03;
 # no-fading-openclose = true;
 
 # Specify a list of conditions of windows that should not be faded.
-fade-exclude = [ ];
+fade-exclude = [ " window_type *= 'menu'" ];
 
 #################################
 #
diff --git a/helpers/make-compton b/helpers/make-compton
index 4f37ae29..95564f30 100644
--- a/helpers/make-compton
+++ b/helpers/make-compton
@@ -18,7 +18,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=8
+VERSION=9
 
 . ./config
 
-- 
GitLab