Skip to content

Releases: ThrowTop/finalmouse

static release.

10 Oct 08:15

Choose a tag to compare

False positives on virustotal.
Probably cuz everything is statically linked. If you want to be super sure you can install and compile hidapi.lib yourself as well.
Just made a quick tool so I can change my polling rate on the fly (using https://github.com/ThrowTop/HyprWin shortcuts)

if you use hyprwin here is how you can bind it assuming finalmouse.exe is in same folder as hyprwin.

LSHIFT+F1 = Run, finalmouse.exe, --hz 1000 -s
LSHIFT+F2 = Run, finalmouse.exe, --hz 2000 --silent
LSHIFT+F3 = Run, finalmouse.exe, --hz 4000 -s
LSHIFT+F4 = Run, finalmouse.exe, --hz 8000 -s

This would bind SUPER+LSHIFT+F1-F4 to the these polling rates.