From 1e7cb458eaddb495450a87b25ee0218c3e377eb4 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 6 Dec 2018 15:04:01 -0500 Subject: [PATCH] compton: Remove redundant clear-shadow option Clear shadow is now used by default in compton. Note that if you are running an older version of compton, you should probably upgrade. --- compton/.config/compton.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index 250df60..7e8abc0 100644 --- a/compton/.config/compton.conf +++ b/compton/.config/compton.conf @@ -13,10 +13,6 @@ no-dnd-shadow = true # Fade windows when you open and close them, as well as change workspaces fading = true -# "Clear shadow" means that shadows will only affect the borders of the -# windows and not the entire window. This makes drawing windows much faster. -clear-shadow = true - # Shadow settings #shadow-opacity = 0.6 #shadow-radius = 20