1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 11:17:59 +01:00
tldr/pages/linux/xinput.md

16 lines
294 B
Markdown
Raw Normal View History

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