Skip to content

Instantly share code, notes, and snippets.

@adrienlucas
Created May 4, 2015 17:13
Show Gist options
  • Save adrienlucas/1382472fc95791569683 to your computer and use it in GitHub Desktop.
Save adrienlucas/1382472fc95791569683 to your computer and use it in GitHub Desktop.
Disable touchscreen with .xprofile
xinput disable `xinput list | grep "Touchscreen" | sed -E 's/^.*id=([0-9]+).*$/\1/'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment