elementary / switchboard-plug-mouse-touchpad

Switchboard Mouse & Touchpad Plug
GNU General Public License v3.0
24 stars 13 forks source link

Add a scroll speed setting #21

Open 413Michele opened 7 years ago

413Michele commented 7 years ago

It'd be useful to be able to change the scroll wheel speed of the mouse

cassidyjames commented 7 years ago

I presume this would be a lines-per-scroll sort of setting. I'm not completely sure it's something standardized that we could affect, but it could be interesting.

mvandermade commented 4 years ago

Just wondering... will this setting also influence two-finger scrolling for touchpads?

cassidyjames commented 4 years ago

@mvandermade I don't even know if this is something GTK/LibInput provides. But if so, I would presume it would treat them differently, like it treats natural scrolling separately.

marcinjahn commented 3 years ago

This is really needed. For some reason, scrolling in eOS (Linux GUIs in general?) is kinda slow compared to Windows and macOS.

benfuddled commented 3 years ago

I'm also having scroll speed issues. On my touchpad it's too fast but on my mouse it's too slow. +1 for exposing any configuation in this area.

cassidyjames commented 2 years ago

If this issue affects you, please just use the :+1: reaction on the top post to mark it as affecting you. Further comments on this issue should relate to if/how this can even be exposed.

marcinjahn commented 2 years ago

On Fedora I'm using https://gitlab.com/kirbykevinson/libinput-config. My /etc/libinput.conf is:

scroll-factor=0.6

I'm using a Magic Trackpad 2. The experience is much better than the default. I'm not sure if that's any helpful in the case of eOS though.