JoseExposito / gnome-shell-extension-x11gestures

Enable GNOME Shell multi-touch gestures on X11 with this extension
GNU General Public License v2.0
344 stars 13 forks source link

Allows to switch scroll direction by prefs #28

Closed hermes83 closed 3 years ago

hermes83 commented 3 years ago

Added configurations to reverse vertical and horizontal scrolling

JoseExposito commented 3 years ago

Hi @hermes83

Thanks for your pull request.

One question, why adding a new set of features instead of following the system preferences? I mean the natural scroll preference here:

image

Did you find issues using the system settings? I'd prefer to use the system settings for simplicity and also for consistency with the Wayland session.

hermes83 commented 3 years ago

Hello @JoseExposito , you are absolutely right, setting the natural scrolling reverses the gesture but that setting is global to the whole system. For example, if you wanted to keep a classic scrolling for applications such as Firefox but you wanted to use natural scrolling for gestures, it would not currently be possible. It is true that coherence with wayland and at system level is lost, but by default the options would be off, they only give the user the possibility of choice. If you think they introduce confusion or are simply useless, no problem ☺️

JoseExposito commented 3 years ago

I'd prefer to keep it simple and follow the system setting, having a different setting could be confusing.

Thank you very much for your PR though, I appreciate it.