logiops icon indicating copy to clipboard operation
logiops copied to clipboard

SmartShift threshold is not updated on MX Master 3 after mouse reboot

Open S-trace opened this issue 3 years ago • 2 comments

Hello.

I have the following section in my logid.cfg:

    smartshift: { 
        on: true; 
        threshold: 10;
        default_threshold: 10;
    };

It speeds up SmartShift triggering to make it easier. But after the mouse reboot, this setting is not uploaded to the mouse, and I have to toggle SmartShift off and then back on using the SmartShift hardware button on the mouse to get this setting applied.

Is it possible to upload this setting to the mouse right after connection without any manual interaction?

Thank you.

S-trace avatar Feb 11 '22 03:02 S-trace

I believe you need to run sudo logid for the settings to be applied to the mouse

nicochunger avatar May 30 '22 09:05 nicochunger

I believe you need to run sudo logid for the settings to be applied to the mouse

I have logid launch on boot in systemd unit - so, it is started on boot.

S-trace avatar Jul 04 '22 15:07 S-trace