Skip to content

Instantly share code, notes, and snippets.

@inouire
Created August 8, 2023 11:53
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 inouire/e94128151c8a4c541237a1ad3b85184d to your computer and use it in GitHub Desktop.
Save inouire/e94128151c8a4c541237a1ad3b85184d to your computer and use it in GitHub Desktop.
Disable trackpoint on Toshiba portégé
xinput # to list devices
alias trackpadoff="xinput disable \"AlpsPS/2 ALPS DualPoint Stick\""
alias trackpadon="xinput enable \"AlpsPS/2 ALPS DualPoint Stick\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment