From 34eb14fb0faed6f57b12012d5e1683740abd45a5 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Wed, 2 Jan 2019 11:14:27 +0000 Subject: [PATCH] Tweak the default shadow-radius We need to make the radius 1.5x bigger to achieve the same effect. Signed-off-by: Yuxuan Shui --- src/compton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compton.c b/src/compton.c index 1dee1efd..d6ca66ac 100644 --- a/src/compton.c +++ b/src/compton.c @@ -2577,7 +2577,7 @@ session_init(session_t *ps_old, int argc, char **argv) { .shadow_red = 0.0, .shadow_green = 0.0, .shadow_blue = 0.0, - .shadow_radius = 12, + .shadow_radius = 18, .shadow_offset_x = -15, .shadow_offset_y = -15, .shadow_opacity = .75,