constantly firing timers cause systemd to think startup never finishes
[distro-setup] / filesystem / usr / share / X11 / xorg.conf.d / 10-slimblade.conf
1 Section "InputClass"
2 Identifier "Kensington Kensington Slimblade Trackball"
3 MatchProduct "Kensington Kensington Slimblade Trackball"
4 MatchIsPointer "on"
5 MatchDevicePath "/dev/input/event*"
6 Driver "libinput"
7 Option "ButtonMapping" "1 8 3 4 5 6 7 2 9"
8 Option "ScrollButton" "8"
9 Option "ScrollMethod" "button"
10 EndSection