1 Repo
Dynamic window placement logic implemented as an external process.
Distinct from Dynamic Window Insertion: Focuses on the external process aspect rather than just the insertion algorithm.
Explore 1 awesome GitHub repository matching development tools & productivity · Externalized Dynamic Window Management. Refine with filters or upvote what's useful.
River is a Wayland compositor and dynamic window manager that separates the core graphical display server from window management and layout policy logic. It functions as an external layout manager, delegating window positioning and input focus logic to an external process via a communication protocol. The system allows for dynamic manager swapping, enabling the active window management process to be replaced without terminating the graphical session. This non-monolithic design uses a stable communication interface to exchange state between the compositor and external managers. The project co
Controls window placement and input focus through an external process that can be swapped at runtime.