From 46f04295820da93535dcf8459c2e535e362a8479 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 15 Mar 2019 13:44:23 +0100 Subject: [PATCH] remove window dimming in compton --- .config/compton/compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index e4871b3..991a819 100644 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf @@ -111,7 +111,7 @@ frame-opacity = 1; inactive-opacity-override = true; # Dim inactive windows. (0.0 - 1.0) -inactive-dim = 0.1; +#inactive-dim = 0.1; # Do not let dimness adjust based on window opacity. # inactive-dim-fixed = true; # Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.