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)