1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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