1
0
Fork 0
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:
Jonathan Dahan 2019-10-06 20:43:32 -04:00 committed by Lucas Gabriel Schneider
parent 5aacf360df
commit 37e4965792

View file

@ -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}}`