Created
January 13, 2023 23:54
-
-
Save gustavonovaes/8bb1bae39bdc2cfe5b10dfc041903189 to your computer and use it in GitHub Desktop.
Disabling middle mouse button in linux
This file contains 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
# 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