summaryrefslogtreecommitdiffstats
path: root/debian/local/xorg.conf.d
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 13:46:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 13:46:07 +0000
commit2fb66d0482a777028f4b86d88b959c4fbb7a17fc (patch)
tree996ee704a01d170760dfa40582c6e37b4f1ab2f1 /debian/local/xorg.conf.d
parentAdding debian changes as patch. (diff)
downloadxserver-xorg-input-libinput-2fb66d0482a777028f4b86d88b959c4fbb7a17fc.tar.xz
xserver-xorg-input-libinput-2fb66d0482a777028f4b86d88b959c4fbb7a17fc.zip
Adding configuration for Logitech Marble Mouse.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/local/xorg.conf.d/41-logitech-marble-mouse.conf16
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