Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save spotman/71d475aab30e2e851de0f068c4356d78 to your computer and use it in GitHub Desktop.
Save spotman/71d475aab30e2e851de0f068c4356d78 to your computer and use it in GitHub Desktop.
# https://wiki.archlinux.org/index.php/Logitech_Marble_Mouse
# append this to /usr/lib/X11/xorg.conf.d/10-libinput.conf
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