1 Repo
The ability to replace an active system management process without terminating the parent session.
Distinct from Window Position Swapping: Unlike window position swapping, this is about replacing the entire manager process at runtime.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Runtime Manager Swapping. 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
Implements dynamic swapping of the window management process without ending the graphical session.