How to reduce trackpad scrolling sensivity

do you know how to reduce trackpad scrolling sensivity in garuda linux hyperland

Try sensitivity in .config/hypr/hyprland.conf

touchpad {
    natural_scroll = true
    tap-to-click = true
    disable_while_typing = true
}


    sensitivity = 0 # -1.0 until 1.0, 0 means no modification.
}

Also ckeck the web

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.