Skip to content

Instantly share code, notes, and snippets.

@yamao2253
Last active March 20, 2024 20:42
Show Gist options
  • Save yamao2253/e78c91ecd797bb6f82acb4ee3b9e7233 to your computer and use it in GitHub Desktop.
Save yamao2253/e78c91ecd797bb6f82acb4ee3b9e7233 to your computer and use it in GitHub Desktop.
Kensington Slimblade Trackball configulation for /etc/X11/xorg.conf.d
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
Section "InputClass"
Identifier "Kensington Expert Mouse Trackball"
MatchUSBID "047d:1020"
Driver "libinput"
MatchDevicePath "/dev/input/event*"
Option "ScrollMethod" "button"
Option "ScrollButton" "3"
Option "NaturalScrolling" "true"
Option "HorizontalScrolling" "false"
EndSection
Section "InputClass"
Identifier "Kensington Wireless Adapter (for Trackball)"
MatchUSBID "047d:8002"
Driver "libinput"
MatchDevicePath "/dev/input/event*"
Option "ScrollMethod" "button"
Option "ScrollButton" "3"
Option "NaturalScrolling" "true"
Option "HorizontalScrolling" "false"
Option "MiddleEmulation" "true"
EndSection
Section "InputClass"
Identifier "Kensington Expert Wireless TB"
MatchUSBID "047d:8018"
Driver "libinput"
MatchDevicePath "/dev/input/event*"
Option "ScrollMethod" "button"
Option "ScrollButton" "3"
Option "NaturalScrolling" "true"
Option "HorizontalScrolling" "false"
Option "MiddleEmulation" "true"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment