You are not logged in.
I'm trying to make my touchpad experience feel similar to how I had it on mac, which has involved hacking on libinput to add a custom acceleration function in place of the standard "adaptive" setting.
Unfortunately, I seem to have reached a hard cap on the multiplier, which is documented at https://wayland.freedesktop.org/libinpu … ion-factor to be 3.5.
Searching for this value in the code shows no results, and I couldn't find anything by going back up the method call chain, which as far as I can tell just multiplies the pointer delta by the acceleration indiscriminately.
Where is this limitation applied, then? And is it possible to circumvent it?
(If it's somehow relevant, I'm using sway on wayland)
Last edited by TheOnlyMrCat (2022-11-10 20:32:57)
Offline
Can you post your custom libinput configuration file (post in [ code ] tags) ?
Offline
As it turns out, I completely misdiagnosed the problem. I didn't know I had to commit my changes before rebuilding the package each time.
Offline