• maria [she/her]@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    16
    ·
    2 years ago

    its crazy to think that such an old display server is still being used and even defended to this day. X these days feels like a small thing with way too many extensions.

    • redcalcium@lemmy.institute
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      It has many neat little features that will never get implemented into Wayland for security reason (e.g. want to play a video on a button in your spreadsheet app using mpv?). It was fun while it lasted, but the next generation will never be able to experience it.

      • barsoap@lemm.ee
        link
        fedilink
        arrow-up
        4
        ·
        2 years ago

        (e.g. want to play a video on a button in your spreadsheet app using mpv?

        You can definitely do that as wayland supports sub-compositors. You probably shouldn’t, though.

        • redcalcium@lemmy.institute
          link
          fedilink
          arrow-up
          1
          ·
          2 years ago

          How do you that in wayland? I’m very interested with crazy and useless stuff like this. On X11, you can pass a window ID to mpv with --wid, it’ll attach the player to that window, even if that window is actually a button in a spreadsheet app.