2015-12-28 13:37:52 -03:00
|
|
|
# xinput
|
|
|
|
|
2016-01-18 00:15:21 +02:00
|
|
|
> List available input devices, query information about a device and change input device settings.
|
2015-12-28 13:37:52 -03:00
|
|
|
|
2016-01-18 00:15:21 +02:00
|
|
|
- List all input devices:
|
2015-12-28 13:37:52 -03:00
|
|
|
|
|
|
|
`xinput list`
|
|
|
|
|
2019-10-06 20:43:32 -04:00
|
|
|
- Disable an input:
|
|
|
|
|
|
|
|
`xinput disable {{id}}`
|
|
|
|
|
|
|
|
- Enable an input:
|
|
|
|
|
|
|
|
`xinput enable {{id}}`
|
|
|
|
|
2016-01-18 00:15:21 +02:00
|
|
|
- Disconnect an input from its master:
|
2015-12-28 13:37:52 -03:00
|
|
|
|
|
|
|
`xinput float {{id}}`
|
|
|
|
|
2016-01-18 00:15:21 +02:00
|
|
|
- Reattach an input as slave to a master:
|
2015-12-28 13:37:52 -03:00
|
|
|
|
2016-03-29 08:58:36 +08:00
|
|
|
`xinput reattach {{id}} {{master_id}}`
|
2021-07-08 13:13:59 +00:00
|
|
|
|
|
|
|
- List settings of an input device:
|
|
|
|
|
|
|
|
`xinput list-props {{id}}`
|
|
|
|
|
|
|
|
- Change a setting of an input device:
|
|
|
|
|
|
|
|
`xinput set-prop {{id}} {{setting_id}} {{value}}`
|