jonaburg / picom

A lightweight compositor for X11 (previously a compton fork)
Other
963 stars 99 forks source link

fading and animation issue #25

Open AndrGutierrez opened 3 years ago

AndrGutierrez commented 3 years ago

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

skbolton commented 3 years ago

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

tomshoo commented 3 years ago

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.