Skip to content

Instantly share code, notes, and snippets.

@rkmathi
Created October 28, 2012 05:40
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 rkmathi/3967756 to your computer and use it in GitHub Desktop.
Save rkmathi/3967756 to your computer and use it in GitHub Desktop.
/usr/share/X11/xorg.conf.d/20-thinkpad.conf
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TrackPoint"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
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