Last active
March 20, 2024 21:11
-
-
Save naugtur/d0472cd4a0fd5a9faa1f4618442cc20e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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