Skip to content

Instantly share code, notes, and snippets.

@yamao2253
Created December 29, 2018 05:18
Show Gist options
  • Save yamao2253/f850b22000214a5a524851590b129a1b to your computer and use it in GitHub Desktop.
Save yamao2253/f850b22000214a5a524851590b129a1b to your computer and use it in GitHub Desktop.
Kensington Slimblade Trackball configulation for xorg
Section "InputClass"
Identifier "Kensington Slimblade Trackball"
MatchUSBID "047d:2041"
Driver "libinput"
MatchDevicePath "/dev/input/event*"
Option "ScrollMethod" "button"
Option "ScrollButton" "3"
Option "NaturalScrolling" "true"
Option "HorizontalScrolling" "false"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment