I've been working from within a flow-based operating system for a few days now. It's beginning to feel a bit familiar. It has been pretty nice to make and unmake communication between programs as they run.
I've managed to implement a basic folder navigation with the dropdown rom, which made my life a lot easier
https://git.sr.ht/~rabbits/porporo/tree/main/item/src/utils/menu.tal
@neauoire One thing I wonder about is how this would work on a tiny screen. 🤔
Maybe a zoomable interface with level-of-detail, where you get an overview of the window graph, but windows under a certain size don't get rendered.
Could get fancy with it and have incremental window search based on titles, like in Gnome.