Skip to content

Instantly share code, notes, and snippets.

@0atman
Created September 24, 2015 13:41
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 0atman/b08bee673d6381d7f1f2 to your computer and use it in GitHub Desktop.
Save 0atman/b08bee673d6381d7f1f2 to your computer and use it in GitHub Desktop.
/usr/share/X11/xorg.conf.d/11-trackpoint-wheel-emulation.conf
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "PS/2 Generic Mouse"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "EmulateWheelTimeout" "200"
Option "YAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment