diff options
Diffstat (limited to '')
-rw-r--r-- | debian/local/xorg.conf.d/41-logitech-marble-mouse.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/local/xorg.conf.d/41-logitech-marble-mouse.conf b/debian/local/xorg.conf.d/41-logitech-marble-mouse.conf new file mode 100644 index 0000000..9c25fde --- /dev/null +++ b/debian/local/xorg.conf.d/41-logitech-marble-mouse.conf @@ -0,0 +1,16 @@ +# /usr/share/X11/xorg.conf.d/41-logitech-marble-mouse.conf + +Section "InputClass" + Driver "libinput" + Identifier "Marble Mouse" + MatchProduct "Logitech USB Trackball" + + Option "ButtonMapping" "1 8 3 4 5 6 7 2 9" + Option "EmulateWheel" "true" + Option "EmulateWheelButton" "8" + Option "MiddleEmulation" "on" + Option "ScrollButton" "8" + Option "ScrollMethod" "button" + Option "XAxisMapping" "6 7" + Option "YAxisMapping" "4 5" +EndSection |