Merge branch 'jeanleonino-patch-1'
This commit is contained in:
15
pages/linux/xinput.md
Normal file
15
pages/linux/xinput.md
Normal 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}}`
|
Reference in New Issue
Block a user