Skip to content

Instantly share code, notes, and snippets.

@giuliano-macedo
Created November 14, 2022 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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 "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