Skip to content

Commit

Permalink
Added some other instructions to the README
Browse files Browse the repository at this point in the history
- Added line to add user to input group to run this without root rights
- Added reboot line
  • Loading branch information
Coffee2CodeNL committed Feb 15, 2019
1 parent 7fb8676 commit 7c83852
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ This is more stable, faster, and more efficient as it **does not parse the outpu
9. Run `nano ~/.config/gebaar/gebaard.toml` (or vim, if you like it better)
10. Add the snippet below to `gebaard.toml`
11. Configure commands to run per direction
12. Run Gebaar in some startup file via `gebaard -b`
12. Add yourself to the `input` group with `usermod -a -G input $USER`
13. Run Gebaar via some startup file by adding `gebaard -b` to it
14. Reboot and see the magic

```toml
[commands.swipe.three]
Expand Down

0 comments on commit 7c83852

Please sign in to comment.