Add xdg desktop entry
This commit is contained in:
parent
60a030cdd5
commit
c29a3b5e91
2 changed files with 10 additions and 0 deletions
|
@ -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.
|
- 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`
|
- Copy [examples/config.toml](examples/config.toml) to `$HOME/.config/evdev-accel/config.toml`
|
||||||
- Edit the config to your liking
|
- Edit the config to your liking
|
||||||
|
- `cargo install --path .`
|
||||||
- `evdev-accel --help`
|
- `evdev-accel --help`
|
||||||
|
|
||||||
|
See [examples/evdev-accel.desktop](examples/evdev-accel.desktop) for XDG desktop entry.
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
- Add default config if no cfg file
|
- Add default config if no cfg file
|
||||||
|
|
7
examples/evdev-accel.desktop
Normal file
7
examples/evdev-accel.desktop
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue