From 242b00e19ce27025b327d20dcc812848df01b8fb Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 17 Feb 2018 16:57:00 -0600 Subject: [PATCH] Compton: Enable clear-shadow Holy shit, that's all it took to get rounded corners to look right I feel stupid --- .config/compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/compton.conf b/.config/compton.conf index 674a1fdf..18f9fd7f 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -62,7 +62,7 @@ no-dnd-shadow = true; # Avoid drawing shadows on dock/panel windows. no-dock-shadow = false; # Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows. -clear-shadow = true; +clear-shadow = false; # The blur radius for shadows. (default 12) shadow-radius = 6; # The left offset for shadows. (default -15)