about summary refs log tree commit diff
path: root/etc/X11/xorg.conf.d/thinkpad.conf
blob: 8d3f9ab9b67d70f1b69d2577162165f791691588 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Section "InputClass"
	Identifier "ThinkPad TrackPoint"
	MatchProduct "TPPS/2 IBM TrackPoint"
	MatchDevicePath "/dev/input/event*"
	Driver "libinput"
	Option "EmulateWheel" "true"
	Option "EmulateWheelButton" "2"
	Option "Emulate3Buttons" "false"
	Option "XAxisMapping" "6 7"
	Option "YAxisMapping" "4 5"
	Option "AccelerationNumerator" "2"
	Option "AccelerationDenominator" "1"
	Option "AccelerationThreshold" "4"
EndSection

Consider giving Nix/NixOS a try! <3