diff --git a/.config/compton.conf b/.config/compton.conf index 30557462..d3cf52d9 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -13,7 +13,7 @@ glx-no-rebind-pixmap = true; shadow = true; # Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows. -shadow-radius = 6; +shadow-radius = 9; shadow-offset-x = -4; shadow-offset-y = -4; shadow-opacity = 0.5;