Add a copy of libinput config for trackman marble

This commit is contained in:
Dan Buch 2020-06-29 11:24:25 -04:00
parent de5bca5e47
commit 13a2cef6f0
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

View File

@ -0,0 +1,12 @@
Section "InputClass"
Identifier "Marble Mouse"
MatchProduct "Logitech USB Trackball"
Driver "libinput"
Option "ScrollMethod" "button"
Option "ScrollButton" "8"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "8"
Option "MiddleEmulation" "true"
Option "HorizontalScrolling" "false"
Option "ButtonMapping" "1 2 3 4 5 6 7 8 9"
EndSection