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.