Skip to content

Instantly share code, notes, and snippets.

@gustavonovaes
Created January 13, 2023 23:54
Show Gist options
  • Save gustavonovaes/8bb1bae39bdc2cfe5b10dfc041903189 to your computer and use it in GitHub Desktop.
Save gustavonovaes/8bb1bae39bdc2cfe5b10dfc041903189 to your computer and use it in GitHub Desktop.
Disabling middle mouse button in linux
# https://askubuntu.com/a/597071
xinput set-button-map 9 1 0 3
xinput set-button-map 10 1 0 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment