-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
No focus when using --fill #213
Comments
I am experiencing this too. I have multiple monitors and focusing works when targeting windows on other monitors but not windows on the monitor where the current window exists. |
I did some debugging by subscribing to the
and found that when |
Having the same issue, seems like the "overlays" created by wmfocus are handled by i3 as well. I have a workaround to close those overlays first, then do the focus: z1gc@769b4b3 (not very familiar with x11, so it just a workaround :) |
Having it working isn't important enough for me to patch it myself, but I would like to use it whenever the main package gets updated. |
The tool works fine when run without arguments.
However, when I call it with
wmfocus --fill
, it does not actually focus the matched window.untitled.mp4
In the debug mode I cannot see anything going wrong.
How would I go about debugging this?
The text was updated successfully, but these errors were encountered: