[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.
This commit is contained in:
Bruno BELANYI 2020-06-24 11:31:36 +02:00
parent dac10cd0c2
commit e9c834d260

View file

@ -0,0 +1,7 @@
Section "InputClass"
Identifier "MX Ergo Mouse"
MatchProduct "MX Ergo Mouse"
Driver "libinput"
Option "ScrollMethod" "button"
Option "ScrollButton" "2"
EndSection