kasper / phoenix

A lightweight macOS window and app manager scriptable with JavaScript
https://kasper.github.io/phoenix/
Other
4.36k stars 128 forks source link

Feature Request: overlapping neighbor? #299

Open MatthiasGrandl opened 2 years ago

MatthiasGrandl commented 2 years ago

Currently the neighbor functions don't return anything if the windows are overlapping exactly. Technically they would be neighbors on the third dimension or Z-Axis. Maybe it would be possible to implement two more directions like above and below ? Just a suggestion as that would make my live much easier, as I like to work with maximized windows :)

kasper commented 2 years ago

Hey, cool idea! So you would basically like a list of windows that are above or below a given window in the hierarchy?

MatthiasGrandl commented 2 years ago

Yes exactly!

kasper commented 2 years ago

Ok, I will check what is possible. 😄

MatthiasGrandl commented 2 years ago

Sweet thanks! 👍