Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Microsoft Classic IntelliMouse Xorg config for I3
# 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