felixfung / skippy-xd

A window selector for X11 with Exposé and live preview Alt-Tab effects and more
GNU General Public License v2.0
19 stars 2 forks source link

Eliminate paging force refresh and minimize CPU cycles #62

Closed felixfung closed 6 months ago

felixfung commented 6 months ago

The new approach is by setting pending_damage = true in when desktopwin_map() is invoked.

Very happy about this one :)