Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High-res scrolling only works in chromium & electron programs #442

Open
Sycration opened this issue Mar 6, 2024 · 1 comment
Open

High-res scrolling only works in chromium & electron programs #442

Sycration opened this issue Mar 6, 2024 · 1 comment

Comments

@Sycration
Copy link

I've tried to set up the high resolution scrolling with the MX MASTER 3, but it only seems to work in Chromium and electron based software.
Here's a screen recording of my computer and you can see the libinput events at the bottom showing that the mouse wheel really is working in high resolution mode. How do I make it nice and smooth in all programs, like it is in Chromium?

My config is dead basic, as follows:

devices: ({
  name: "Wireless Mouse MX Master 3";

  smartshift: {
    on: false;
    threshold: 15;
  };

hiresscroll:
{
    hires: true;
    invert: false;
    target: false;
};

  dpi: 800; // max=4000
});```
@Zaczero
Copy link

Zaczero commented May 26, 2024

The software needs to support it. You can enable support in Firefox/Thunderbird with MOZ_USE_XINPUT2=1 env var. That's where my knowledge ends.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants