From 79af8d0fe13d5d3fed7bd005a64c6b67fc81f22f Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Thu, 30 May 2019 08:38:49 +0300 Subject: [PATCH] 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. --- compton/.config/compton.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index 8bc2e517..a2606efb 100644 --- a/compton/.config/compton.conf +++ b/compton/.config/compton.conf @@ -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;