From d3e04b4783c1af10ac7486968c1ffdcc882d19a5 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 5 Feb 2018 14:27:15 -0600 Subject: [PATCH] Compton: Reduce shadow size --- .config/compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/compton.conf b/.config/compton.conf index 7b88e916..31e7e93e 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -64,7 +64,7 @@ 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 = 8; +shadow-radius = 6; # The left offset for shadows. (default -15) shadow-offset-x = -3; # The top offset for shadows. (default -15)