You are not logged in.
Hi, I have a Logitech MX Master 3, and I want to make my scroll wheel scroll more lines per click. I have logiops installed and working. /etc/logid.cfg:
devices: (
{
name: "Wireless Mouse MX Master 3";
smartshift:
{
on: true;
threshold: 30;
};
hiresscroll:
{
hires: true;
invert: false;
target: false;
};
dpi: 1500;
buttons: (
{
cid: 0xc3;
action =
{
type: "Gestures";
gestures: (
{
direction: "Left";
mode: "OnRelease";
action =
{
type: "CycleDPI";
dpis: [50, 500, 1000, 1500, 2000, 3000, 4000];
};
},
{
direction: "None"
mode: "OnRelease";
action =
{
type: "Keypress";
keys: ["KEY_LEFTALT", "KEY_TAB"];
};
}
);
};
}
);
});Output from logid -v:
[sudo] password for dylan:
[DEBUG] Unsupported device /dev/hidraw1 ignored
[DEBUG] Unsupported device /dev/hidraw2 ignored
[DEBUG] Unsupported device /dev/hidraw0 ignored
[INFO] Device found: Wireless Mouse MX Master 3 on /dev/hidraw3:255
[DEBUG] /dev/hidraw3:255 remappable buttons:
[DEBUG] CID | reprog? | fn key? | mouse key? | gesture support?
[DEBUG] 0x50 | | | YES |
[DEBUG] 0x51 | | | YES |
[DEBUG] 0x52 | YES | | YES | YES
[DEBUG] 0x53 | YES | | YES | YES
[DEBUG] 0x56 | YES | | YES | YES
[DEBUG] 0xc3 | YES | | YES | YES
[DEBUG] 0xc4 | YES | | YES | YES
[DEBUG] 0xd7 | YES | | | YES
[DEBUG] Thumb wheel detected (0x2150), capabilities:
[DEBUG] timestamp | touch | proximity | single tap
[DEBUG] YES | YES | YES | YES
[DEBUG] Thumb wheel resolution: native (18), diverted (120)
^COutput from xinput list-props 19: (19 is the id of the mouse)
Device 'Logitech Wireless Mouse MX Master 3':
Device Enabled (185): 1
Coordinate Transformation Matrix (187): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (349): 0
libinput Natural Scrolling Enabled Default (350): 0
libinput Scroll Methods Available (351): 0, 0, 1
libinput Scroll Method Enabled (352): 0, 0, 0
libinput Scroll Method Enabled Default (353): 0, 0, 0
libinput Button Scrolling Button (354): 2
libinput Button Scrolling Button Default (355): 2
libinput Button Scrolling Button Lock Enabled (356): 0
libinput Button Scrolling Button Lock Enabled Default (357): 0
libinput Middle Emulation Enabled (380): 0
libinput Middle Emulation Enabled Default (381): 0
libinput Accel Speed (358): 0.000000
libinput Accel Speed Default (359): 0.000000
libinput Accel Profiles Available (360): 1, 1
libinput Accel Profile Enabled (361): 1, 0
libinput Accel Profile Enabled Default (362): 1, 0
libinput Left Handed Enabled (363): 0
libinput Left Handed Enabled Default (364): 0
libinput Send Events Modes Available (305): 1, 0
libinput Send Events Mode Enabled (306): 0, 0
libinput Send Events Mode Enabled Default (307): 0, 0
Device Node (308): "/dev/input/event20"
Device Product ID (309): 1133, 45091
libinput Drag Lock Buttons (365): <no items>
libinput Horizontal Scroll Enabled (366): 1Offline
Have you looked into imwheel package? Its for controlling mouse wheel behavior.
We're all stories in the end, just make it a good one.
Offline