mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 23:02:08 +02:00
Merge branch 'patch-1' of git://github.com/jeanleonino/tldr into jeanleonino-patch-1
This commit is contained in:
commit
bf0f52723e
1 changed files with 15 additions and 0 deletions
15
pages/linux/xinput.md
Normal file
15
pages/linux/xinput.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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 its master.
|
||||
|
||||
`xinput float {{id}}`
|
||||
|
||||
- Reattach an input as slave to a master
|
||||
|
||||
`xinput float {{id}} {{master_id}}`
|
Loading…
Add table
Reference in a new issue