From 8577cddd5f044ed9345186bd7cf114e3c32ed2fe Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 18 Nov 2016 16:20:07 -0600 Subject: [PATCH] [Compton] Decrease shadow radius --- dotfiles/config/compton.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/config/compton.conf b/dotfiles/config/compton.conf index 2aca5eba..fdc4510b 100644 --- a/dotfiles/config/compton.conf +++ b/dotfiles/config/compton.conf @@ -54,7 +54,7 @@ glx-swap-method = "undefined"; ################################# # Enabled client-side shadows on windows. -shadow = true; +shadow = false; # Don't draw shadows on DND windows. no-dnd-shadow = true; # Avoid drawing shadows on dock/panel windows. @@ -62,7 +62,7 @@ no-dock-shadow = true; # 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 = 15; +shadow-radius = 5; # The left offset for shadows. (default -15) shadow-offset-x = -5; # The top offset for shadows. (default -15)