From 0035323eba0fced7081ed84631072796b58b517b Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 31 Oct 2018 16:52:34 -0500 Subject: [PATCH] Compton: Disable shadows --- .config/compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/compton.conf b/.config/compton.conf index 96579bd9..cf1003ea 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -23,7 +23,7 @@ glx-swap-method = "undefined"; ## SHADOWS -shadow = true; +shadow = false; no-dnd-shadow = true; no-dock-shadow = false; # Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows.