From 241bbc50285e58cbc6a25d45066689eeea913880 Mon Sep 17 00:00:00 2001 From: Bernd Busse Date: Thu, 22 Feb 2018 21:55:28 +0100 Subject: [PATCH] update sample config --- compton.sample.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compton.sample.conf b/compton.sample.conf index a964dc47..e6eb37af 100644 --- a/compton.sample.conf +++ b/compton.sample.conf @@ -32,6 +32,8 @@ alpha-step = 0.06; # inactive-dim-fixed = true; # blur-background = true; # blur-background-frame = true; +blur-method = "kawase"; +# blur-strength = 15; blur-kern = "3x3box"; # blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"; # blur-background-fixed = true;