Skip to content

Instantly share code, notes, and snippets.

@yamao2253
Created December 29, 2018 05:18
Show Gist options
  • Save yamao2253/1c228f33850b1232ce1730ee42ad73cc to your computer and use it in GitHub Desktop.
Save yamao2253/1c228f33850b1232ce1730ee42ad73cc 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