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

This commit is contained in:
Ben Anderson
2021-07-08 13:13:59 +00:00
committed by GitHub
parent b5fbf4c24d
commit 2dc847873b

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}}`