toggle-touchpad 171 B

1234567
  1. #!/bin/sh
  2. name=$(xinput list --name-only | grep Touchpad)
  3. xinput set-prop "$name" "Device Enabled" \
  4. $(xinput --list-props "$name" | grep -c 'Device Enabled.*0')