Last active
October 7, 2024 19:46
-
-
Save giuliano-macedo/5e66df22591cc79042a4b5a92ebc7659 to your computer and use it in GitHub Desktop.
Microsoft Classic IntelliMouse Xorg config for I3
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
# put file in /etc/X11/xorg.conf.d/40-microsoft-mouse.conf | |
# use xinput list-props "Microsoft Microsoft® Classic IntelliMouse®" to get all options | |
# use xinput set-prop "Microsoft Microsoft® Classic IntelliMouse®" "OPTION" "OPTIONVALUE" to test an option | |
Section "InputClass" | |
Identifier "Microsoft Mouse" | |
MatchProduct "Microsoft Microsoft® Classic IntelliMouse®" | |
Driver "libinput" | |
Option "TransformationMatrix" "2.4 0 0 0 2.4 0 0 0 1" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment