• NekkoDroid@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    2 months ago

    I think what they meant is that there are people that think: “Wayland is too fragmented, there should be 1 ‘Wayland Compositor’ and the rest should be window managers”

    • Shareni@programming.dev
      link
      fedilink
      arrow-up
      12
      arrow-down
      5
      ·
      edit-2
      2 months ago

      Nope, I meant that the wayland compositors are inflexible monoliths that are so tightly integrated into a DE that they can’t be replaced. Xorg might be bloated, but it follows the UNIX philosophy closely enough that each part of the stack above xorg can be trivially replaced.

      • NekkoDroid@programming.dev
        link
        fedilink
        arrow-up
        8
        ·
        2 months ago

        I guess my interpretation was too charitable.

        Nothing in the protocol prevents you from splitting the server from the window manager, just everyone implementing the wayland server protocol didn’t see any benefit in splitting it out.