2015-12-28 16:37:52 +00:00
|
|
|
# xinput
|
|
|
|
|
2016-01-17 22:15:21 +00:00
|
|
|
> List available input devices, query information about a device and change input device settings.
|
2015-12-28 16:37:52 +00:00
|
|
|
|
2016-01-17 22:15:21 +00:00
|
|
|
- List all input devices:
|
2015-12-28 16:37:52 +00:00
|
|
|
|
|
|
|
`xinput list`
|
|
|
|
|
2016-01-17 22:15:21 +00:00
|
|
|
- Disconnect an input from its master:
|
2015-12-28 16:37:52 +00:00
|
|
|
|
|
|
|
`xinput float {{id}}`
|
|
|
|
|
2016-01-17 22:15:21 +00:00
|
|
|
- Reattach an input as slave to a master:
|
2015-12-28 16:37:52 +00:00
|
|
|
|
2015-12-28 19:05:31 +00:00
|
|
|
`xinput float {{id}} {{master_id}}`
|