evdev-accel/README.md

21 lines
561 B
Markdown
Raw Normal View History

2024-05-24 20:51:25 +03:00
# evdev-accel
evdev based mouse acceleration. Grabs the input device and forwards events via a virtual uinput device.
Largely based on [systemofapwne/leetmouse](https://github.com/systemofapwne/leetmouse).
## Usage
- Add yourself to the `input` usergroup for access to `/dev/input`, and relog.
- Copy [examples/config.toml](examples/config.toml) to `$HOME/.config/evdev-accel/config.toml`
- Edit the config to your liking
- `evdev-accel --help`
2024-05-24 20:51:25 +03:00
## TODO
- Add default config if no cfg file
- Min/Max accel settings
- Accel offset
- Different accel curves