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