diff options
author | Oxore <oxore@protonmail.com> | 2023-02-26 15:40:18 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-02-26 15:40:18 +0300 |
commit | 976f59e3e6335f77f75be4b04ed89ab148ff727b (patch) | |
tree | 9b131bce175ce5c110344c0c5f09a46504773b60 /Readme.md | |
parent | 313c333be78c929a1c83c34833b5ddadfead7df0 (diff) |
Fix Readme, clarify layout
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ The line `H: Handlers=js0 event23` is what wee need. `event23` is the gamepad de Once again, if you are planning to use virtual keyboard as `user`, run this as root: ``` -chown oxore:oxore -R /dev/input/event23 +chown user:user -R /dev/input/event23 ``` Then run the program like this: |