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).