logoalt Hacker News

WhyNotHugoyesterday at 8:43 PM1 replyview on HN

> It seems like instead of introducing another IPC protocol like this project does

It doesn't introduce a new IPC, it uses the Wayland protocol with the river-window-management-v1 extension. The extension mainly defines new objects and verbs for them, but it's the same protocol.

Separate process means that the window manager can be written in any language (even, e.g.: Python).


Replies

csb6yesterday at 8:58 PM

Interpreters for Python, Lua, etc. can be embedded so using them does not require a separate process.

show 1 reply