From 77784d8219d3eb22f8358d63f9a874f7ab64378e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 24 Jun 2020 18:33:47 +0200 Subject: [PATCH] [UPDATE][SYSTEM-X] Change scroll button on MX Ergo Use the "forward page" button instead to use the trackball for scrolling. --- system-X/etc/X11/xorg.conf.d/10-libinput.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-X/etc/X11/xorg.conf.d/10-libinput.conf b/system-X/etc/X11/xorg.conf.d/10-libinput.conf index 1ffa595..c5b68ff 100644 --- a/system-X/etc/X11/xorg.conf.d/10-libinput.conf +++ b/system-X/etc/X11/xorg.conf.d/10-libinput.conf @@ -3,5 +3,5 @@ Section "InputClass" MatchProduct "MX Ergo Mouse" Driver "libinput" Option "ScrollMethod" "button" - Option "ScrollButton" "2" + Option "ScrollButton" "9" EndSection