1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 12:06:00 +02:00

xinput: linting

This commit is contained in:
Igor Shubovych 2016-01-18 00:15:21 +02:00
parent bf0f52723e
commit 01b952940c

View file

@ -1,15 +1,15 @@
# xinput
> a utility to list available input devices, query information about a device and change input device settings
> List available input devices, query information about a device and change input device settings.
- List all input devices.
- List all input devices:
`xinput list`
- Disconnect an input from its master.
- Disconnect an input from its master:
`xinput float {{id}}`
- Reattach an input as slave to a master
- Reattach an input as slave to a master:
`xinput float {{id}} {{master_id}}`