Skip to content

Instantly share code, notes, and snippets.

@rook2pawn
Created July 27, 2011 10:17
Show Gist options
  • Save rook2pawn/1109084 to your computer and use it in GitHub Desktop.
Save rook2pawn/1109084 to your computer and use it in GitHub Desktop.
xinput to turn off trackpad
xinput --list
xinput --list-props 11
(where 11 is the item that match the touchpad)
xinput set-int-prop 11 "Device Enabled" 8 0
xinput set-int-prop 11 "Device Enabled" 8 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment