I would love to hear how you can possibly know that.
> it's not our fault you decided that you want to use fluxbox on gentoo
If you like monocultures and arbitrary restrictions, maybe try Darwin?
Per [0], as of June 2022, Wayland is at 24.6% versus X11 at 67.7%. It's not a random sample, but it suggests that Wayland is not yet what most people are using. Wayland's usage suddenly doubled in April 2022, presumably due to Ubuntu 22.04.
Same as wayland.
> If wayland results in a monoculture of desktop environments, that will be a regression.
It isn't, because you have everything that's ported to Wayland _and_ everything that's ported to X11. So it's the opposite of a monoculture.
> Same as wayland.
No, because Wayland puts everything on the compositor. X11 let me run the same screenshot tool on GNOME, KDE, and dwm. In wayland, the only way to support GNOME, KDE, and sway is to add multiple backends. In X11, window managers and compositors were interchangeable and orthogonal; in Wayland, the "window manager" is subsumed into the compositor (now mandatory), which is the display server. I really like keynav. AFAICT, implementing an equivalent in Wayland requires integration into each compositor. There's still a monolith, but it got moved up the stack to a place where it prevents piecemeal environments.