Skip to content

Instantly share code, notes, and snippets.

@sitepodmatt
Created July 1, 2017 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sitepodmatt/258b384b50391099665dc0a43f1c7f0a to your computer and use it in GitHub Desktop.
Save sitepodmatt/258b384b50391099665dc0a43f1c7f0a to your computer and use it in GitHub Desktop.
#!/bin/bash
xinput -disable $(xinput -list | grep Touchpad | sed -e 's/.*id=\([0-9]\+\).*/\1/')
xdotool mousemove 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment