Skip to content

deskflick 0.7.1 — no more periodic pointer stutter

Choose a tag to compare

@Batushn Batushn released this 12 Aug 10:46
· 9 commits to main since this release

Fixes a periodic freeze of all mouse input. deskflick rescanned every input device and reopened the watched keyboards every two seconds, ~200ms of blocking work on the same thread that relays your mouse to the compositor. It now rescans only when devices actually change, and does that work off the event loop. Worst-case latency drops from 200ms to 2ms.