Skip to content

Instantly share code, notes, and snippets.

@zrod
Created August 30, 2015 03:11
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 zrod/b47d15aab5ebe18cd55f to your computer and use it in GitHub Desktop.
Save zrod/b47d15aab5ebe18cd55f to your computer and use it in GitHub Desktop.
$ cat /etc/X11/xorg.conf.d/51-trackpoint.conf
Section "InputClass"
Identifier "evdev pointer catchall"
Driver "evdev"
Option "EmulateWheel" "1"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "0"
Option "XAxisMapping" "6 7"
Option "YAcisMapping" "4 5"
EndSection
http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint#xorg.conf.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment