diff --git a/README.md b/README.md index e6045e0..ca03460 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/evdev-accel.desktop b/examples/evdev-accel.desktop new file mode 100644 index 0000000..6ccae85 --- /dev/null +++ b/examples/evdev-accel.desktop @@ -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