From 7915ce2a9ca16f1bbfa16ed0fef6a42771f86574 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 15 Mar 2019 15:14:43 +0100 Subject: [PATCH] remove compton opacity override to enable flashfocus --- .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 991a819..0277a00 100644 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf @@ -108,7 +108,7 @@ shadow-ignore-shaped = false; inactive-opacity = 1; active-opacity = 1; frame-opacity = 1; -inactive-opacity-override = true; +inactive-opacity-override = false; # Dim inactive windows. (0.0 - 1.0) #inactive-dim = 0.1;