evdev based mouse acceleration
examples | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
evdev-accel
evdev based mouse acceleration. Grabs the input device and forwards events via a virtual uinput device.
Largely based on systemofapwne/leetmouse.
Usage
- Add yourself to the
input
usergroup for access to/dev/input
, and relog. - Copy examples/config.toml to
$HOME/.config/evdev-accel/config.toml
- Edit the config to your liking
evdev-accel --help
TODO
- Add default config if no cfg file
- Min/Max accel settings
- Accel offset
- Different accel curves