Is it possible to implement command trigger as soon as 3 finger gesture is registered? Currently they are triggered on release.
In the opposite of libinput-gestures, fusuma triggers command as soon as gestures are registered which results in much faster actions.
Not currently but technically it could be possible, it’s just harder to ignore false positives that way. One alternative is play with the sensitivity to make the action trigger faster
Is it possible to implement command trigger as soon as 3 finger gesture is registered? Currently they are triggered on release. In the opposite of libinput-gestures, fusuma triggers command as soon as gestures are registered which results in much faster actions.