this post was submitted on 15 Aug 2023
59 points (96.8% liked)

Linux

47356 readers
1577 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Been tinkering with alot of parameters in about:config, but I finally a viable solution:

We all know that changing mousewheel.default.delta_multiplier_Any particular Axis values changes the minimum number of lines being scrolled

But what this does not change is the sensitivity of the smallest "fling" gesture when scrolling with a touchpad.

Here's the values you want to alter when trying make the scrolling feel more "tighter" or more "Windows like" or to fix the issue described above:

set apz.fling_friction 0.002 --> 0.005

apz.fling_min_velocity_threshold 0.5 --> 1.5

the above will make the smooth scrolling with touchpad actually feel smooth and in control. As opposed to simply changing the delta multiplier values.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago

yeah, the scrolling behaviour on Linux was driving me nuts. Touchpad on Linux isn't in a very good shape already. Yesterday, I decided that enough was enough lol. And I sat down to hunt the values myself