From 976318d444d2f2b50282721b843b310c6891b687 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 20 Aug 2017 18:01:44 -0500 Subject: [PATCH] Compton: Re-enable shadows --- .config/compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/compton.conf b/.config/compton.conf index 3093494a..ef06a00e 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -56,7 +56,7 @@ glx-swap-method = "undefined"; ################################# # Enabled client-side shadows on windows. -shadow = false; +shadow = true; # Don't draw shadows on DND windows. no-dnd-shadow = true; # Avoid drawing shadows on dock/panel windows.