picom: rename config from compton.conf

This commit is contained in:
Robert Kmiec
2020-02-28 12:34:33 +01:00
parent ee013d3d3b
commit acee66a678

View File

@@ -111,15 +111,15 @@ frame-opacity = 1;
inactive-opacity-override = false;
# 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.
# blur-background = true;
blur-background = true;
# Blur background of opaque windows with transparent frames as well.
# blur-background-frame = true;
blur-background-frame = true;
# Do not let blur radius adjust based on window opacity.
blur-background-fixed = false;
# blur-background-fixed = false;
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'"