toggle-touchpad
Turn on/off an xinput
touchpad device
Example
$ ttp --disable
Disables the touchpad; goodbye 🐭!
$ ttp -e
Enables that touchpad back on.
$ ttp --list ↳ DLL0704:01 03AB:12CD Touchpad id=11 [slave pointer ]
List the xinput Device Id for the touchpad.
Can also use this in a script:
var Toggle = var ttp = if !wantingToUseMouse ttp // touchpad disabled else // do some code that uses the touchpad
License
MIT