Allows moving windows around with a three finger trackpad gesture (Wayland only)
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Looks pretty good. Two notes: You only need to call `Signals.addSignalMethods()` once since it applies functions to the class prototype, whereas `enable()` is going to be called every time the screen is unlocked, etc. Most folks put that function immediately under the class. You probably want to `gestureHandler = null` in `disable()` to drop the reference to the class instance. Otherwise that won't happen until it's overwritten the next time `enable()` is called. Nothing crucial :)
Thanks a lot for your feedback. I didn't know that `enable()` and `disable()` are called every time the screen is unlocked. The trifles are now eradicated. :)