-
-
Notifications
You must be signed in to change notification settings - Fork 661
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
make window zoom more flexible #1429
Comments
An addition to this might be:
|
This is how it used to work originally when I first implemented it, but for some reason I no longer remember I removed that restriction.. Will think about it for some time. |
So I use this functionality sometimes instead of using the window stack system, with both
Maybe that is an indicator to improve the stack system, heh. |
It always felt like a bug to me that directional operators (west, east, north, south) would focus a window that is not visible (occluded by the zoom of some other window). But I guess that without some kind of indicator (e.g. in SketchyBar or via the color of the border) for the state of a window it is easy to "loose" windows buried under some other zoomed windows. |
Allow a parent zoomed window to go directly into fullscreen and vice versa.
The text was updated successfully, but these errors were encountered: