Created
October 17, 2019 14:38
-
-
Save hasenbalg/29b0416d5ef9559f22506d17c306b6ee to your computer and use it in GitHub Desktop.
ubuntu 18.04 Logitech TrackMan® Marble®
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /usr/share/X11/xorg.conf.d/50-marblemouse.conf | |
Section "InputClass" | |
Identifier "Marble Mouse" | |
MatchProduct "Logitech USB Trackball" | |
MatchIsPointer "on" | |
MatchDevicePath "/dev/input/event*" | |
Driver "libinput" | |
Option "ButtonMapping" "1 9 3 4 5 6 7 8 2" | |
Option "ScrollButton" "8" | |
Option "ScrollMethod" "button" | |
Option "MiddleEmulation" "on" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment