Skip to content
TopicTracker
From utcc.utoronto.ca/~cksView original
TranslationTranslation

Wayland has good reasons to put the window manager in the display server

The article explains that Wayland integrates the window manager into the display server to avoid event-handling delays and race conditions that occur when they are separate, as in X11. This integration allows the window manager to see and react to all input events without lag, and to freely intercept and modify events without limitations.