Files
dotfiles/.config/picom/picom.conf
2020-12-18 23:34:10 +01:00

12 lines
135 B
Plaintext

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