mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 09:02:08 +02:00
15 lines
297 B
Markdown
15 lines
297 B
Markdown
# xinput
|
|
|
|
> List available input devices, query information about a device and change input device settings.
|
|
|
|
- List all input devices:
|
|
|
|
`xinput list`
|
|
|
|
- Disconnect an input from its master:
|
|
|
|
`xinput float {{id}}`
|
|
|
|
- Reattach an input as slave to a master:
|
|
|
|
`xinput reattach {{id}} {{master_id}}`
|