remove window dimming in compton

This commit is contained in:
Marty Oehme 2019-03-15 13:44:23 +01:00
parent 866c04cfaa
commit 46f0429582

View file

@ -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.