Skip to content

Instantly share code, notes, and snippets.

@inouire
Last active May 16, 2024 07:57
Show Gist options
  • 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