Last active
March 31, 2019 10:51
-
-
Save trmaphi/4480ee2566263ec5630b3b032b71a446 to your computer and use it in GitHub Desktop.
[Logitech USB Trackball configuration for scrolling] Tested on Ubuntu 18.04 LTS. Place this file under /usr/share/X11/xorg.conf.d/ #ubuntu #trackball
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 "Marble Mouse" | |
MatchProduct "Logitech USB Trackball" | |
Driver "libinput" | |
Option "ScrollMethod" "button" | |
Option "ScrollButton" "8" | |
Option "MiddleEmulation" "on" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment