1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
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 16:05:31 -03:00
- Disconnect an input from its master.
`xinput float {{id}}`
- Reattach an input as slave to a master
2015-12-28 16:05:31 -03:00
`xinput float {{id}} {{master_id}}`