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.
This commit is contained in:
2022-06-09 19:54:43 +02:00
parent 39df041443
commit ab7b10eb20

View File

@@ -5,7 +5,7 @@ backend = "glx";
blur: blur:
{ {
method = "kawase"; method = "dual_kawase";
strength = 12; strength = 12;
background = true; background = true;
} }