dreamcat4 / skippy-xd

A full-screen Exposé-style standalone task switcher for X11.
GNU General Public License v2.0
100 stars 12 forks source link

Roundoff #31

Closed felixfung closed 1 year ago

felixfung commented 1 year ago

Without a final animation at time 1, the time might be slightly off, so the window layout position would be slightly off.

In addition to not being perfectly aligned, the windows might overlap, and that messes up focus_up(), focus_down(), focus_left(), focus_right(). These functions assume windows never overlap, and ultimately affects windows selection.