tldr/pages/linux/xinput.md

16 lines
297 B
Markdown
Raw Normal View History

# xinput
2016-01-18 01:15:21 +03:00
> List available input devices, query information about a device and change input device settings.
2016-01-18 01:15:21 +03:00
- List all input devices:
`xinput list`
2016-01-18 01:15:21 +03:00
- Disconnect an input from its master:
`xinput float {{id}}`
2016-01-18 01:15:21 +03:00
- Reattach an input as slave to a master:
2016-03-29 03:58:36 +03:00
`xinput reattach {{id}} {{master_id}}`