-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SendToDesktop keeps focus with follow="no" #1800
Comments
Strangely, could not work around it by adding a second action
|
...and putting |
If you unfocus first how does it know which window to send? And yes, each action checks things for itself, the actions are not chained, just executed one after another. |
Thanks for the report. We should indeed focus the then topmost window on the current workspace. |
Why does sending+unfocusing workaround not work? Window is still focused, so |
From a quick look in the code, |
Yes, input stops, and no other window is focused. |
Usable workaround: add |
Window is somewhere else, but still receives input.
The text was updated successfully, but these errors were encountered: