Skip to content

Instantly share code, notes, and snippets.

@hasenbalg
Created September 23, 2019 07:15
Show Gist options
  • Save hasenbalg/7c6d479e5cf2fdc33b52a2abd29c1d88 to your computer and use it in GitHub Desktop.
Save hasenbalg/7c6d479e5cf2fdc33b52a2abd29c1d88 to your computer and use it in GitHub Desktop.
/usr/share/X11/xorg.conf.d/50-marblemouse.conf for logitech trackman marble in ubuntu 18.04
Section "InputClass"
Identifier "Logitech USB Trackbal"
MatchProduct "Logitech USB Trackball"
Driver "libinput"
Option "MiddleEmulation" "on"
Option "ScrollMethod" "button"
Option "ScrollButton" "8"
EndSection
# scrolling with the back button
# source: https://www.reddit.com/r/Trackballs/comments/8mrq29/how_to_configure_logitech_trackman_marble_in/ from u/EMH_Mark_I
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment