Skip to content

Instantly share code, notes, and snippets.

@kanru
Created March 5, 2012 01:54
Show Gist options
  • Save kanru/1975946 to your computer and use it in GitHub Desktop.
Save kanru/1975946 to your computer and use it in GitHub Desktop.
Trackpoint X11 auto config
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment