From fc089c612fec644f1188e7f77b27b5d453b04cc3 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 27 Nov 2017 14:30:47 -0600 Subject: [PATCH] Compton: Re-enable shadows --- .config/compton.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/compton.conf b/.config/compton.conf index 00a91353..0bb9eac3 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -56,7 +56,7 @@ glx-swap-method = "undefined"; ################################# # Enabled client-side shadows on windows. -shadow = false; +shadow = true; # Don't draw shadows on DND windows. no-dnd-shadow = true; # Avoid drawing shadows on dock/panel windows. @@ -64,11 +64,11 @@ no-dock-shadow = false; # Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows. clear-shadow = true; # The blur radius for shadows. (default 12) -shadow-radius = 5; +shadow-radius = 8; # The left offset for shadows. (default -15) -shadow-offset-x = -5; +shadow-offset-x = -3; # The top offset for shadows. (default -15) -shadow-offset-y = -5; +shadow-offset-y = -3; # The translucency for shadows. (default .75) shadow-opacity = 0.5;