compton blur

This commit is contained in:
lickthecheese 2019-09-14 09:31:49 -04:00
parent c16090c1e9
commit 75cb5e7fab

View file

@ -114,16 +114,20 @@ inactive-opacity-override = false;
# 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 = true;
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'"
];
blur-kern = "3x3box";
blur-method = "kawase";
blur-strength = 6;
#################################
#
# Fading