Update compton config

Do not blur the background behind transparent elements.  I do not have
any transparent interfaces.  No need to spend resources on this.

The options are commented out, in case they are needed again.
This commit is contained in:
Protesilaos Stavrou 2019-05-30 08:38:49 +03:00
parent b81b895a43
commit 79af8d0fe1
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -90,17 +90,17 @@ inactive-opacity-override=true;
inactive-dim=0.8 # default 1.0
inactive-dim-fixed=false;
blur-background=true;
blur-background-frame=true;
blur-background=false;
blur-background-frame=false;
blur-background-fixed=false;
# Blur background of transparent windows. Bad performance with X Render
# backend. GLX backend is preferred. You may use the accompanied
# compton-convgen.py to generate blur kernels.
blur-kern="9x9gaussian"
blur-background-exclude = [
# "window_type = 'dock'",
"window_type = 'desktop'"
];
#### Blur background of transparent windows. Bad performance with X Render
#### backend. GLX backend is preferred. You may use the accompanied
#### compton-convgen.py to generate blur kernels.
###blur-kern="9x9gaussian"
###blur-background-exclude = [
### # "window_type = 'dock'",
### "window_type = 'desktop'"
###];
fading=true;
no-fading-openclose=false;