dotfiles/20-thinkpad.conf

14 lines
632 B
Plaintext
Raw Normal View History

2015-12-26 12:05:14 +01:00
# https://wiki.debian.org/InstallingDebianOn/Thinkpad/Trackpoint
# should reside at /usr/share/X11/xorg.conf.d/20-thinkpad.conf
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection