From ab7b10eb20d381f7d9596eea484e75d591570ffd Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Thu, 9 Jun 2022 19:54:43 +0200 Subject: [PATCH] picom: Update `kawase` to `dual_kawase` Blur method 'kawase' has been renamed to 'dual_kawase'. Interpreted as 'dual_kawase', but this will stop working soon. --- .config/picom/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 44c9d72..a7ccbf6 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -5,7 +5,7 @@ backend = "glx"; blur: { - method = "kawase"; + method = "dual_kawase"; strength = 12; background = true; }