Advertisement
Guest User

10-trackball.conf

a guest
Feb 25th, 2018
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # File: /usr/share/X11/xorg.conf.d/10-trackball.conf
  2.  
  3. Section "InputClass"
  4.     Identifier "Marble Mouse"
  5.     MatchProduct "Logitech USB Trackball"
  6.     Driver "libinput"
  7.     Option "ScrollMethod" "button"
  8.     # Button "9" is the little button on the /right/ side of the
  9.     # mouse.
  10.     #
  11.     # Most right-handed people will probably want to use "8", which is
  12.     # the little button on the /left/ side of the mouse.
  13.     Option "ScrollButton" "9"
  14.     Option "MiddleEmulation" "on"
  15. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement