Compton: Fix blur being invalid
Whoops.
This commit is contained in:
parent
cb1e5acde2
commit
656f9345cd
@ -122,7 +122,7 @@ alpha-step = 0.06;
|
||||
# inactive-dim-fixed = true;
|
||||
# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
|
||||
blur-background = true;
|
||||
blur-kern = "3x5box";
|
||||
blur-kern = "5x5box";
|
||||
# Blur background of opaque windows with transparent frames as well.
|
||||
blur-background-frame = false;
|
||||
# Do not let blur radius adjust based on window opacity.
|
||||
|
Loading…
Reference in New Issue
Block a user