From 30fd0b3024fe1b8e8613d8ec741b968bddf676fe Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sun, 26 Jan 2020 21:39:31 +0000 Subject: [PATCH] picom: use dual_kawase blur --- .config/picom.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/picom.conf b/.config/picom.conf index 663be23..73870fb 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -37,9 +37,8 @@ opacity-rule = [ # Blurring blur: { - method = "gaussian"; - size = 47; - deviation = 25.0; + method = "dual_kawase"; + strength = 8; }; blur-background-frame = true; blur-background-fixed = true;