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:
parent
b5fbf4c24d
commit
2dc847873b
1 changed files with 8 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue