
River
Wayland is a modern, secure display server protocol for Linux and Unix-like operating systems. It is a replacement for the older X11 system and it manages how applications render graphics and windows to your screen.
River is probably the only Wayland non-monolithic compositor. While popular compositors like Sway or Hyprland tightly integrate the window manager and the compositor into a single, inseparable executable, River embraces a modular philosophy.
At its core, River acts as the foundation, handling the complexities of rendering and input. However, it delegates the actual layout and behavior of windows to external processes (window managers). This is made possible through the river-window-management-v1 protocol, which allows the compositor to communicate with independent window managers.
RECENT
