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;