←back to thread

88 points clircle | 1 comments | | HN request time: 0s | source
Show context
jmclnx ◴[] No.45308107[source]
That is the thing with Wayland, it is much harder to create a window manager for Wayland. IIRC, fvwm decided not to create a Wayland version due to the difficulty.

When Wayland replacing X, lots of cool window managers and mini applications will be gone.

replies(10): >>45308167 #>>45308326 #>>45308396 #>>45308402 #>>45308487 #>>45308584 #>>45309873 #>>45310118 #>>45311190 #>>45311240 #
preisschild ◴[] No.45308167[source]
There are libraries like wlroots (C) and Smithay (Rust) to be able to more easily create your own wayland compositor
replies(3): >>45308186 #>>45308420 #>>45309207 #
1. ux266478 ◴[] No.45308420[source]
However the radically different architecture of Wayland may necessitate a rewrite well beyond what the maintainers of a window manager feel is easy.

Even accounting for wlroots, you're not exactly just running sed on a glob. And unfortunately, wayland didn't actually fix X's complexity problem. Arcan did, but we're not allowed to have nice things because Redhat has no taste.