picom
picom copied to clipboard
fading and animation issue
I use bspwm in arch and everything works fine, but fading and animations don't work when opening new windows, changing workspaces using the default config
I have the same issue on bspwm. Did you ever figure anything out here @AndrGutierrez
Even I have the same issue on XMonad on ArchLinux I tried changing the
wintypes: {
normal = { fade=false; shadow=false; }
}
to
wintypes:
{
normal = { fade=true;shadow = false; }
}
but it didn't help.