dot-files/system-X/etc/X11/xorg.conf.d/10-libinput.conf
Bruno BELANYI e9c834d260 [ADD][SYSTEM-X] MX Ergo customization
This configuration file enables the use of the trackball as a scroll
wheel by keeping the middle mouse button clicked.
2020-12-12 14:12:42 +01:00

8 lines
209 B
Plaintext

Section "InputClass"
Identifier "MX Ergo Mouse"
MatchProduct "MX Ergo Mouse"
Driver "libinput"
Option "ScrollMethod" "button"
Option "ScrollButton" "2"
EndSection