Files
dotfiles/.config/picom/picom.conf
Julian Prein ab7b10eb20 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.
2022-07-12 21:00:04 +02:00

12 lines
142 B
Plaintext

experimental-backends = true;
backend = "glx";
# corner-radius = 20;
blur:
{
method = "dual_kawase";
strength = 12;
background = true;
}