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

Merge branch 'jeanleonino-patch-1'

This commit is contained in:
Igor Shubovych 2016-01-18 00:15:43 +02:00
commit e77ca55174

15
pages/linux/xinput.md Normal file
View file

@ -0,0 +1,15 @@
# 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}}`