mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
16 lines
303 B
Markdown
16 lines
303 B
Markdown
![]() |
# xinput
|
||
|
|
||
|
> a utility to list available input devices, query information about a device and change input device settings
|
||
|
|
||
|
- List all input devices.
|
||
|
|
||
|
`xinput list`
|
||
|
|
||
|
- Disconnect an input from a master.
|
||
|
|
||
|
`xinput float {{id}}`
|
||
|
|
||
|
- Reattach an input as slave to a master
|
||
|
|
||
|
`xinput float {{id}} {{master id}}`
|