picom icon indicating copy to clipboard operation
picom copied to clipboard

fading and animation issue

Open AndrGutierrez opened this issue 5 years ago • 2 comments

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

AndrGutierrez avatar Dec 11 '20 20:12 AndrGutierrez

I have the same issue on bspwm. Did you ever figure anything out here @AndrGutierrez

skbolton avatar Feb 10 '21 08:02 skbolton

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.

tomshoo avatar Jul 12 '21 12:07 tomshoo