Add xdg desktop entry

This commit is contained in:
Lauri Räsänen 2024-05-26 20:45:25 +03:00
parent 60a030cdd5
commit c29a3b5e91
2 changed files with 10 additions and 0 deletions

View file

@ -9,8 +9,11 @@ Largely based on [systemofapwne/leetmouse](https://github.com/systemofapwne/leet
- 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 install --path .`
- `evdev-accel --help`
See [examples/evdev-accel.desktop](examples/evdev-accel.desktop) for XDG desktop entry.
## TODO
- Add default config if no cfg file

View file

@ -0,0 +1,7 @@
[Desktop Entry]
Type=Application
Exec=evdev-accel -d "Your Device Here"
Name=evdev-accel
Comment=Start evdev-accel
GenericName=Mouse Acceleration
Terminal=false