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
}
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:
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: