From 9b5c4b5d8724b94731ee588fd995dcb719ab8b91 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 29 Sep 2016 20:37:26 -0700 Subject: [PATCH] [Linux] Make compton shadows larger --- dotfiles/config/compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/compton.conf b/dotfiles/config/compton.conf index 4e96e703..2aca5eba 100644 --- a/dotfiles/config/compton.conf +++ b/dotfiles/config/compton.conf @@ -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 = 5; +shadow-radius = 15; # The left offset for shadows. (default -15) shadow-offset-x = -5; # The top offset for shadows. (default -15)