dots/.config/picom/picom.conf
DogeyStamp 97b2c525ae Use picom-git instead of regular picom
This allows the use of dual_kawase blur
2021-04-28 20:33:11 -04:00

15 lines
204 B
Plaintext

inactive-opacity = .8;
active-opacity = .9;
fading = true;
fade-in-step = 0.01;
fade-out-step = 0.005;
fade-delta = 1;
blur:
{
method = "dual_kawase";
size = 20;
deviation = 5.0;
};