Remix.run Logo
neoden 3 days ago

Is anything similar possible with Wayland?

ivanjermakov 2 days ago | parent [-]

Wayland is a protocol, X11 is both protocol and a library. X11 client has much less functionality than Wayland compositor. Writing Wayland compositor is usually done with wlroots library to handle barebone stuff, but it has its own flaws: https://inclem.net/2021/04/17/wayland/writing_a_wayland_comp...