Compton: Re-enable blurring
This commit is contained in:
parent
a922f24ad4
commit
80a3e20fd6
@ -121,8 +121,8 @@ alpha-step = 0.06;
|
|||||||
# Do not let dimness adjust based on window opacity.
|
# Do not let dimness adjust based on window opacity.
|
||||||
# inactive-dim-fixed = true;
|
# inactive-dim-fixed = true;
|
||||||
# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
|
# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
|
||||||
blur-background = false;
|
blur-background = true;
|
||||||
blur-kern = "7x7box";
|
blur-kern = "3x5box";
|
||||||
# Blur background of opaque windows with transparent frames as well.
|
# Blur background of opaque windows with transparent frames as well.
|
||||||
blur-background-frame = false;
|
blur-background-frame = false;
|
||||||
# Do not let blur radius adjust based on window opacity.
|
# Do not let blur radius adjust based on window opacity.
|
||||||
|
Reference in New Issue
Block a user