mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 17:17:56 +01:00
294 B
294 B
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 float {{id}} {{master_id}}