From c6c845851a1d1b528be61fbcfbc00016d58a5079 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 23 Nov 2018 01:54:18 -0500 Subject: [PATCH] compton: Enable fading It turns out that compton has received many bugfixes and improvements since the last time I used the fading effect. It is a nice animation that adds a bit of spice to the desktop, so I've enabled it for now. --- compton/.config/compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index 3e09cfa..250df60 100644 --- a/compton/.config/compton.conf +++ b/compton/.config/compton.conf @@ -11,7 +11,7 @@ shadow = true no-dnd-shadow = true # Fade windows when you open and close them, as well as change workspaces -#fading = true +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.