Created
September 23, 2019 07:15
-
-
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
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
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