Skip to content
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

Closed
koekeishiya opened this issue Sep 19, 2022 · 4 comments
Closed

make window zoom more flexible #1429

koekeishiya opened this issue Sep 19, 2022 · 4 comments
Labels
suggestion Request for new feature or some form of enhancement

Comments

@koekeishiya
Copy link
Owner

Allow a parent zoomed window to go directly into fullscreen and vice versa.

@koekeishiya koekeishiya added the suggestion Request for new feature or some form of enhancement label Sep 19, 2022
@koekeishiya koekeishiya added the addressed on master; not released Fixed upstream, but not yet released label Sep 19, 2022
@FelixKratz
Copy link

An addition to this might be:

@koekeishiya
Copy link
Owner Author

Allow only one child at a time to zoom to parent node

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.

@koekeishiya
Copy link
Owner Author

So I use this functionality sometimes instead of using the window stack system, with both b and c having parent zoom active at the same time. Then I can toggle them using the normal directional commands, as they are "still in the bsp structure".

+---------+
|    |    |
|    |  b |
| a  |----|
|    |  c |
|    |    |
+---------+

Maybe that is an indicator to improve the stack system, heh.

@FelixKratz
Copy link

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.

@koekeishiya koekeishiya removed the addressed on master; not released Fixed upstream, but not yet released label Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion Request for new feature or some form of enhancement
Projects
None yet
Development

No branches or pull requests

2 participants