mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 08:35:32 +02:00
xinput: add disable/enable commands (#3331)
This commit is contained in:
parent
5aacf360df
commit
37e4965792
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@
|
|||
|
||||
`xinput list`
|
||||
|
||||
- Disable an input:
|
||||
|
||||
`xinput disable {{id}}`
|
||||
|
||||
- Enable an input:
|
||||
|
||||
`xinput enable {{id}}`
|
||||
|
||||
- Disconnect an input from its master:
|
||||
|
||||
`xinput float {{id}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue