-
-
Notifications
You must be signed in to change notification settings - Fork 146
Description
Is your feature request related to a problem? Please describe.
I've been trying to using the begin and end triggers to focus the window the cursor is over/refocus the previously focused window so that I can use 3-finger swipes to change tabs (by sending ctrl+PgUp/Down with ydotool) in windows that aren't currently focused.
It kind of works, but it seems like sometimes wmctrl command I use to focus the window hasn't finished when ydotool sends the keypress, so the wrong window receives it.
Describe the solution you'd like
My could probably be fixed if there was some way to make commands (at least for begin and end "gesture") be executed synchronously, i.e. no other commands are executed before their process has exited. Probably the easiest way to do this would be for the whole fusuma process to wait until the command exits.