tldr/pages/linux/xinput.md

16 lines
305 B
Markdown
Raw Normal View History

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