From ddced4e2fbd089453169a57445bd64a576a3ea31 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Mon, 12 Sep 2016 23:14:23 +0100 Subject: [PATCH] Add comment for generating new blurs --- .config/compton.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/compton.conf b/.config/compton.conf index 3e20930..8420848 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -35,6 +35,8 @@ blur-background-fixed = true; # Do not let blur radius adjust based on window op # 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 + # Fading fading = true; # Fade windows during opacity changes. # fade-delta = 16; # The time between steps in a fade in milliseconds. (default 10).