mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 16:07:17 +00:00
11 lines
424 B
Plaintext
11 lines
424 B
Plaintext
Section "InputClass"
|
|
Identifier "Trackpoint Wheel Emulation"
|
|
MatchProduct "TPPS/2 IBM TrackPoint"
|
|
MatchDevicePath "/dev/input/event*"
|
|
Option "EmulateWheel" "true"
|
|
Option "EmulateWheelButton" "2"
|
|
Option "Emulate3Buttons" "false"
|
|
Option "XAxisMapping" "6 7"
|
|
Option "YAxisMapping" "4 5"
|
|
EndSection
|