diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:46:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:46:07 +0000 |
commit | 2fb66d0482a777028f4b86d88b959c4fbb7a17fc (patch) | |
tree | 996ee704a01d170760dfa40582c6e37b4f1ab2f1 /debian/local/xorg.conf.d | |
parent | Adding debian changes as patch. (diff) | |
download | xserver-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.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 |