Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Hires scroll not working on NixOS + Hyprland #523

@Kantorrv

Description

@Kantorrv
`  environment.etc."logid.cfg".text = ''
    devices: ({
      name: "MX Master 3S";
      dpi: 1000;
      
      smartshift:
      {
        on: true;
        threshold: 15;
        torque: 8;
      };

      hiresscroll:
      {
          hires: true;
          invert: false;
          target: true;
          up: {
              mode: "Axis";
              axis: "REL_WHEEL_HI_RES";
              axis_multiplier: 1;
          },
          down: {
              mode: "Axis";
             axis: "REL_WHEEL_HI_RES";
              axis_multiplier: -1;
          },
      };``

Scrolling stops working with hires: true. Evtest shows that the scrollwheel is not even being registered

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions