picom: disable fading

This is cool, but switching between workspaces can be a bit painful as
windows are unmapped (but not closed) and mapped, so there is some
time and a transition to the background. If we try to make it quicker,
the flicker is more important.
This commit is contained in:
Vincent Bernat 2021-07-06 07:45:45 +02:00
parent f85aa0487c
commit ed9b7c622e

View file

@ -18,8 +18,3 @@ wintypes:
dropdown_menu = { opacity = 1; }
menu = { opacity = 1; }
}
# Enable fading
fading = true;
fade-in-step = 0.05;
fade-out-step = 0.05;