Skip to content

Increase mouse sensitivity even more #2056

Description

@kooskaspers

I'd like to increase the sensitivity of my mouse, which is a Logitech trackball (mx-ergo). I've already set the sensitivity to the maximum value of 1.0:

device:mx-ergo {
    scroll_method=on_button_down
    natural_scroll=1
    sensitivity=1.0
    accel_profile=adaptive
    scroll_method=on_button_down
    scroll_button=273
}

but unfortunately, this is still way to slow to be able to move the mouse across the screen. I'd like to request a feature which makes it possible to increase the speed even more. With sway, this configuration was enough to make it usable:

input "1133:45085:MX_Ergo" {
     scroll_button button3
     scroll_method on_button_down
     middle_emulation true
     natural_scroll true
     pointer_accel 0.8
     scroll_factor 0.7
     accel_profile adaptive
   }

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requeststaleNot much going on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions