From d7097cf749d07a6eb9f77e91092c2b9124bd8d5e Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Mon, 16 Jan 2017 16:39:35 +0000 Subject: [PATCH] Increase compton window blur --- .config/compton.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/compton.conf b/.config/compton.conf index b8adc42..ddd55ef 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -34,9 +34,8 @@ blur-background-frame = false; # Blur background of opaque windows with transpar # frames as well. blur-background-fixed = true; # Do not let blur radius adjust based on window opacity. # Exclude conditions for background blur. -blur-kern = "5,5,0.894839,0.932912,0.945959,0.932912,0.894839,0.932912,0.972604,0.986207,0.972604,0.932912,0.945959,0.986207,0.986207,0.945959,0.932912,0.972604,0.986207,0.972604,0.932912,0.894839,0.932912,0.945959,0.932912,0.894839" - # python compton-convgen.py --dump-compton gaussian 9 -f=sigma=10 +blur-kern = "9,9,0.852144,0.882497,0.904837,0.918512,0.923116,0.918512,0.904837,0.882497,0.852144,0.882497,0.913931,0.937067,0.951229,0.955997,0.951229,0.937067,0.913931,0.882497,0.904837,0.937067,0.960789,0.975310,0.980199,0.975310,0.960789,0.937067,0.904837,0.918512,0.951229,0.975310,0.990050,0.995012,0.990050,0.975310,0.951229,0.918512,0.923116,0.955997,0.980199,0.995012,0.995012,0.980199,0.955997,0.923116,0.918512,0.951229,0.975310,0.990050,0.995012,0.990050,0.975310,0.951229,0.918512,0.904837,0.937067,0.960789,0.975310,0.980199,0.975310,0.960789,0.937067,0.904837,0.882497,0.913931,0.937067,0.951229,0.955997,0.951229,0.937067,0.913931,0.882497,0.852144,0.882497,0.904837,0.918512,0.923116,0.918512,0.904837,0.882497,0.852144" # Fading fading = true; # Fade windows during opacity changes.