Initial commit
This commit is contained in:
commit
cc60135105
7 changed files with 908 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# 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
|
||||
- `cargo run`
|
||||
|
||||
## TODO
|
||||
|
||||
- Add default config if no cfg file
|
||||
- Add device selection to cfg file for non-interactive mode
|
||||
- Min/Max accel settings
|
||||
- Accel offset
|
||||
- Different accel curves
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue