From 82371129faf2f84eb6dece7bfef6e827e2300cdd Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 8 May 2019 15:53:02 +0200 Subject: GAPS --- .compton.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.compton.conf') diff --git a/.compton.conf b/.compton.conf index 573c103..8d92a79 100644 --- a/.compton.conf +++ b/.compton.conf @@ -114,9 +114,9 @@ inactive-opacity-override = false; # Do not let dimness adjust based on window opacity. # inactive-dim-fixed = true; # Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred. -# blur-background = true; +blur-background = true; # 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. blur-background-fixed = false; blur-background-exclude = [ @@ -124,10 +124,10 @@ blur-background-exclude = [ "window_type = 'desktop'" ]; -opacity-rule = [ - "90:class_g = 'URxvt' && focused", - "60:class_g = 'URxvt' && !focused" -]; +#opacity-rule = [ +# "90:class_g = 'URxvt' && focused", +# "60:class_g = 'URxvt' && !focused" +#]; ################################# # -- cgit v1.2.3