dccsillag / picom

A lightweight compositor for X11
Other
163 stars 19 forks source link

Movement of MPV window causes artifacts #6

Closed dccsillag closed 3 years ago

dccsillag commented 3 years ago

How to replicate:

Note that if we do the reverse -- that is, start with MPV on the left and terminal on the right -- everything works fine. This is probably because things that are lower on the XMonad (the WM I use) stack are at the bottom of the z-order.

dccsillag commented 3 years ago

Update: it appears that removing the size animation code solves this.

dccsillag commented 3 years ago

Solved with the new size animation content interpolation code.