Skip to content

Instantly share code, notes, and snippets.

@prokopiff
Created December 1, 2020 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prokopiff/a58fd5f205d363cb52f9b1e8c62955ee to your computer and use it in GitHub Desktop.
Save prokopiff/a58fd5f205d363cb52f9b1e8c62955ee to your computer and use it in GitHub Desktop.
#/usr/share/X11/xorg.conf.d/10-slimblade.conf
Section "InputClass"
Identifier "Kensington Slimblade Trackball"
MatchProduct "Kensington Slimblade Trackball"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "ButtonMapping" "1 8 3 4 5 6 7 2 9"
Option "ScrollButton" "8"
Option "ScrollMethod" "button"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment