Files
dotfiles/.config/picom/picom.conf
druckdev 3e418b263e compositor: Switch from compton to picom
Switch to ibhagwan's picom fork with dual_kawase blur and rounded
corners.
2020-10-31 22:33:52 +01:00

12 lines
135 B
Plaintext

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