amarullz / windowgestures

GNOME Extension to Manage window with touchpad gestures
https://amarullz.com/
GNU General Public License v2.0
44 stars 6 forks source link

Gesture sensitvity should not depend on touchpad sensitivity to match Gnome's behavior #31

Open FelixFourcolor opened 2 months ago

FelixFourcolor commented 2 months ago

Steps to reproduce:

Expected behavior: Gnome's builtin gestures and our custom gestures should behave similarly.

Actual behavior: Gnome's builtin gestures do not depend on touchpad sensitivity. Whether you set your touchpad to extremely slow or extremely fast, Gnome's builtin gestures are just as sensitive as they are out of the box. But our custom gestures do depend on touchpad sensitivity.


I don't know whether I'm reporting a bug or requesting a feature. It depends on whether you see Gnome's behavior as intended or a bug. On one hand, it doesn't make sense if gesture sensitivity doesn't depend on touchpad sensitivity, they are obviously related (fyi, on KDE, gesture sensitivity does depend on touchpad sensitivity); but on the other hand, I actually find Gnome's behavior useful. I wish that you could make our custom gestures behave just like Gnome's builtins.

amarullz commented 2 months ago

Tbh I never change sensitivity so I never test what you found. Will look at this, and see what I can do to make it more seamless with what gnome do.