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 "Accel Profile Enabled" "0 1" | |
Option "Accel Speed" "0.25" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment