mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
387 B
387 B
xinput
List available input devices, query information about a device and change input device settings.
- List all input devices:
xinput list
- Disable an input:
xinput disable {{id}}
- Enable an input:
xinput enable {{id}}
- Disconnect an input from its master:
xinput float {{id}}
- Reattach an input as slave to a master:
xinput reattach {{id}} {{master_id}}