[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:
parent
dac10cd0c2
commit
e9c834d260
7
system-X/etc/X11/xorg.conf.d/10-libinput.conf
Normal file
7
system-X/etc/X11/xorg.conf.d/10-libinput.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
Section "InputClass"
|
||||
Identifier "MX Ergo Mouse"
|
||||
MatchProduct "MX Ergo Mouse"
|
||||
Driver "libinput"
|
||||
Option "ScrollMethod" "button"
|
||||
Option "ScrollButton" "2"
|
||||
EndSection
|
Loading…
Reference in a new issue