From e9c834d260c05f916a4883ffabc3dabc86348312 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 24 Jun 2020 11:31:36 +0200 Subject: [PATCH] [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. --- system-X/etc/X11/xorg.conf.d/10-libinput.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 system-X/etc/X11/xorg.conf.d/10-libinput.conf diff --git a/system-X/etc/X11/xorg.conf.d/10-libinput.conf b/system-X/etc/X11/xorg.conf.d/10-libinput.conf new file mode 100644 index 0000000..1ffa595 --- /dev/null +++ b/system-X/etc/X11/xorg.conf.d/10-libinput.conf @@ -0,0 +1,7 @@ +Section "InputClass" + Identifier "MX Ergo Mouse" + MatchProduct "MX Ergo Mouse" + Driver "libinput" + Option "ScrollMethod" "button" + Option "ScrollButton" "2" +EndSection