From d7569ed82a60b03921efde829c443c706ccbc013 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 3 Jun 2020 06:10:59 -0500 Subject: [PATCH] Compton: Droppier drop shadows --- .config/compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;