Skip to content

Instantly share code, notes, and snippets.

@trmaphi
Last active March 31, 2019 10:51
Show Gist options
  • Save trmaphi/4480ee2566263ec5630b3b032b71a446 to your computer and use it in GitHub Desktop.
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
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