Show HN: Phoenix – a macOS window and app manager scriptable with JavaScript
1–10 of 73 posts
Re: Show HN: Phoenix – a macOS window and app manager scriptable with JavaScript
#2[1]ianyh.com/amethyst
Re: Show HN: Phoenix – a macOS window and app manager scriptable with JavaScript
#3Re: Show HN: Phoenix – a macOS window and app manager scriptable with JavaScript
#4I have used Spectacle [3] for years and recently switched to Rectangle [4].
These two are quite simple in comparison but I barely use all their features.
I have seen people using HammerSpoon [5] as well for these type of things.
Out of curiosity, what kind of things do people script in a window manager?
[1] https://github.com/kasper/phoenix/blob/bfcb684/docs/API.md
[2] https://news.ycombinator.com/item?id=16787836
Re: Show HN: Phoenix – a macOS window and app manager scriptable with JavaScript
#5The API [1] is an interesting read, as well as this thread from two years ago [2]. I have used Spectacle [3] for years and recently switched to Rectangle [4]. These two are quite simple in comparison but I barely use all their features. I have seen people using HammerSpoon [5] as well for these type of things. Out of curiosity, what kind of things do people script in a window manager? [1] https://github.com/kasper/ph…
KWin is scriptable, and I use it to change window shading behavior and to do some tiling. At one point I had it send SIGSTOP to processes that I minimized, and SIGCONT when they were raised, to save battery life.
Re: Show HN: Phoenix – a macOS window and app manager scriptable with JavaScript
#6Re: Show HN: Phoenix – a macOS window and app manager scriptable with JavaScript
#7The API [1] is an interesting read, as well as this thread from two years ago [2]. I have used Spectacle [3] for years and recently switched to Rectangle [4]. These two are quite simple in comparison but I barely use all their features. I have seen people using HammerSpoon [5] as well for these type of things. Out of curiosity, what kind of things do people script in a window manager? [1] https://github.com/kasper/ph…
Re: Show HN: Phoenix – a macOS window and app manager scriptable with JavaScript
#8The window api makes me think one could pretty easily create an i3 like window manager. But my past experience with OSX window managers like amethyst has been subpar. Often the sizing/positioning is taken more as a “suggestion” by the window than a command. I also found eventually windows would get into a bad state. Has window management on OSX improved in the past couple years? On Linux with X11, window managers tru…
Re: Show HN: Phoenix – a macOS window and app manager scriptable with JavaScript
#9The window api makes me think one could pretty easily create an i3 like window manager. But my past experience with OSX window managers like amethyst has been subpar. Often the sizing/positioning is taken more as a “suggestion” by the window than a command. I also found eventually windows would get into a bad state. Has window management on OSX improved in the past couple years? On Linux with X11, window managers tru…
[0]https://github.com/koekeishiya/yabai [1]https://github.com/koekeishiya/skhd
Re: Show HN: Phoenix – a macOS window and app manager scriptable with JavaScript
#10Not to be confused with Phoenix[0], the Rails-like web framework for Elixir/Erlang. [0]: https://www.phoenixframework.org
And on a less nit-pick-y note if the author is reading this - the project looks really fun and is certainly going to take up a chunk of my weekend!