-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Respect padding for Stage Manager #126
Comments
Looked into this, but unfortunately couldn't find a way to detect if Stage Manager is currently active in macOS |
It's pretty trivial with
I'm not sure if there's a direct analogy for Swift, but the |
Gotcha, that makes sense. Or in this case where the window preview are even more covered:
Agreed on time-consuming, not sure if it'd really be resource-intensive though. You only need to perform window checks when deciding where to position SlimHUD, and it's not computationally challenging math, and querying window positions shouldn't be a power draw. My main concern is that you just might not be able to access that window info in the first place, i.e. the list of windows which are in the current set. After all, a window behind the focused one, within the same set, can also obscure the window thumbnails: The same windows don't obscure Stage Manager window previews if they aren't part of the current set, i.e. some other app/set is brought to the front: I don't think it would be too complicated to compute whether or not any given windows would cause thumbnails to hide, but I don't know if we can access the list of windows for the current set. And while I doubt it would be a significant power draw, I don't know that for sure. |
Before opening the issue, have you...?
Is your feature request related to a problem? Please describe
When using Stage Manager, window previews/thumbnails are shown along the left screen edge (or right if the Dock is on the left). SlimHUD doesn't acknowledge this and just shows up over window previews.
Describe the solution you'd like
Respect the area allocated for Stage Manager (when active) just like for the Dock!
Describe alternatives you've considered
No real alternatives here.
Anything else?
Compare SlimHUD with Stage Manager and with Dock:
BTW, thanks for your work on this app! It looks great and is super easy to use and configure!
The text was updated successfully, but these errors were encountered: