Xmonad might be a bit more popular than Phoenix. We know about 15 links to it since March 2021 and only 11 links to Phoenix. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I'll probably still use phoenix since I can code it to do whatever I want. https://github.com/kasper/phoenix. - Source: Hacker News / 11 months ago
In no particular order: Prologue [0] - iOS Audiobook player, used Plex as a media source Overcast [1] - iOS Podcast player CleanShotX [2] - macOS screenshot/video/gif capture with annotation Drafts [3] - iOS/macOS note taking tool Paprika [4] - Cross platform recipe app YNAB [5] - "You Need A Budget" - web/mobile budgeting app 1Password [6] - Cross platform password manager Carrot Weather [7] - iOS weather app... - Source: Hacker News / about 1 year ago
Phoenix [0] is another option in this space if you want to write JS/TS instead of Lua. I just commented about it here [1]. [0] https://github.com/kasper/phoenix. - Source: Hacker News / over 1 year ago
Have you heard of Phoenix [1]? It seems relatively unknown but I actually found it to work better than Yabai in some ways. The gist is that it basically simulates a tiling wm and virtual desktops by internally tracking state. It's also highly hackable/extensible being written in JS. Spin2Win [2] is a config that's worked well for me. [1] https://github.com/kasper/phoenix That said, it seems there are no perfect... - Source: Hacker News / over 1 year ago
When I was annoyed with this I went ahead and downloaded phoenix (https://github.com/kasper/phoenix) wrote a little javascript and now I have a bunch of globally accessable hotkeys so I can lay my windows out in a number of combinations. Right now I have setups for over/under left/right, two by two grid, and three by three grid. I've got some plans to spend some time... - Source: Hacker News / almost 2 years ago
If you want tiling, but i3 requires too much manual work, you might like the more managed layouts that are the default in XMonad: https://xmonad.org/ XMonad works fine with multiple monitors. Each monitor displays one of the many virtual desktops. The normal keys for desktops and for windows work pretty intuitively with multiple monitors. - Source: Hacker News / 3 months ago
Hey everyone 👋 ! I'm currently working on a rust library for building and configuring your own shell! It's inspired by projects like xmonad and penrose where the configuration of the program is done in code. This means that for example, instead of using Bash's arcane syntax for configuring the prompt, it can be configured instead using a rust builder pattern! The project itself is still at a very young stage, so... Source: about 2 years ago
There are a few other things I could mention, but there are more like side issues, and not relevant to my actual LaTeX setup. First and foremost—and thus perhaps noteworthy after all—is bibliography management with arxiv-citation (see here for more words). This is integrated very well with the XMonad window manager, which makes it even more of a joy to use. Source: about 2 years ago
Another way to do it (and works on Linux and other platforms) is with XMonad, defining Caps Lock as a layer key. Source: almost 3 years ago
I tried it once, it was alright. https://xmonad.org/ But I prefer to build my own. Source: almost 3 years ago
Magnet Window Manager - Magnet Developers
dwm - dwm is a dynamic window manager for X. It manages windows in tiled, monocle and floating layouts. All of the layouts can be applied dynamically, optimising the environment for the application in use and the task performed.
Openbox - Openbox is a highly configurable, next generation window manager with extensive standards support.
i3 - A dynamic tiling window manager designed for X11, inspired by wmii, and written in C.
yabai - A tiling window manager for macOS based on binary space partitioning
awesome - A dynamic window manager for the X Window System developed in the C and Lua programming languages.