-
Notifications
You must be signed in to change notification settings - Fork 128
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
Space.windows()
doesn't return all windows accurately
#333
Comments
Hi! I would need to investigate this more, I’m unsure what could cause this. |
Thank you very much. If you need more info, please let me know. I'll do my best to support it. |
@z20240 Thanks! If you check what |
Yah, it can return all active windows even if the window is not currently displayed. btw, I have two monitors in my develop space. I'm not sure if it is related to this situation. |
Great, so what happens if you iterate over all the windows from |
It seems a little wired. I tried to iterate over all the However it still not shown correct windows distribution in each space. Here is the code what used to iterate. And the testing environment in on
The figures below is what my actually windows distribution. desktop 1desktop 2desktop 3desktop 4desktop 5desktop 6 |
First of all, I'm very thankful that the author provide this powerful library.
I'm trying to using
Space.windows()
to get all windows' information fromSpace.windows()
bug it seems not return accurate result.Here is my snip code
And the result of
console.log
returned is belowHere is my actual window distribute.
It seems that some window didn't be detected by phoenix.
Any idea?
The text was updated successfully, but these errors were encountered: