[Linux] Disable compton blur

This commit is contained in:
Ivan Malison 2017-03-01 19:21:38 -08:00
parent d465f5b0ec
commit 2bcb404036
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -120,9 +120,9 @@ alpha-step = 0.06;
# 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-kern="11x11gaussian"; # blur-kern="11x11gaussian";
blur-kern = "7,7,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" # blur-kern = "7,7,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"
# blur-background = true; # blur-background = true;
blur-background-frame=true; # blur-background-frame=true;
# Blur background of opaque windows with transparent frames as well. # 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. # Do not let blur radius adjust based on window opacity.