mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
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:
parent
b81b895a43
commit
79af8d0fe1
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue