Skip to content

Instantly share code, notes, and snippets.

@giuliano-macedo
Last active October 7, 2024 19:46
Show Gist options
  • Save giuliano-macedo/5e66df22591cc79042a4b5a92ebc7659 to your computer and use it in GitHub Desktop.
Save giuliano-macedo/5e66df22591cc79042a4b5a92ebc7659 to your computer and use it in GitHub Desktop.
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 "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