picom: speedup a bit fading

Otherwise, switching between workspaces is a bit slow.
This commit is contained in:
Vincent Bernat 2021-07-06 07:31:23 +02:00
parent 3d10d1aa63
commit f85aa0487c

View file

@ -21,3 +21,5 @@ wintypes:
# Enable fading
fading = true;
fade-in-step = 0.05;
fade-out-step = 0.05;