Skip to content

Instantly share code, notes, and snippets.

@hasenbalg
Created October 17, 2019 14:38
Show Gist options
  • Save hasenbalg/29b0416d5ef9559f22506d17c306b6ee to your computer and use it in GitHub Desktop.
Save hasenbalg/29b0416d5ef9559f22506d17c306b6ee to your computer and use it in GitHub Desktop.
ubuntu 18.04 Logitech TrackMan® Marble®
# /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