xinput: add list-props and set-prop examples (#6205)

beep
Ben Anderson 2021-07-08 13:13:59 +00:00 committed by GitHub
parent b5fbf4c24d
commit 2dc847873b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -21,3 +21,11 @@
- Reattach an input as slave to a master:
`xinput reattach {{id}} {{master_id}}`
- List settings of an input device:
`xinput list-props {{id}}`
- Change a setting of an input device:
`xinput set-prop {{id}} {{setting_id}} {{value}}`