Skip to content

Instantly share code, notes, and snippets.

@naugtur
Last active March 20, 2024 21:11
Show Gist options
  • Select an option

  • Save naugtur/d0472cd4a0fd5a9faa1f4618442cc20e to your computer and use it in GitHub Desktop.

Select an option

Save naugtur/d0472cd4a0fd5a9faa1f4618442cc20e to your computer and use it in GitHub Desktop.
xinput list | grep 'TrackPoint Keyboard II.*pointer' | egrep -o 'id=[0-9]+' | egrep -o '[0-9]+' | xargs -I{} xinput set-button-map {} 1 0 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment