compton: improved shadow management

This commit is contained in:
Ruben Rodriguez 2020-06-16 01:12:12 -04:00
parent 2924caae96
commit 82ff298313
2 changed files with 3 additions and 3 deletions

View file

@ -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'" ];
#################################
#

View file

@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=8
VERSION=9
. ./config