• @onlinepersona
    link
    English
    110 months ago

    I thought this was going to be a bullshit article about “X is as good as Wayland”, but the author does have a point as I haven’t switched to Wayland yet for the simple fact that I’ve seen other users struggle with sharing their desktop. My time is not going to be spent figuring that out xdg-desktop-portal-wlr? Yeah, no. It’s not worth my time.

    Also, the Wayland page on the nixos wiki is woefully empty. While the nixos manual says

    While X11 (see X Window System) is still the primary display technology on NixOS, Wayland support is steadily improving

    programs.sway.enable = true;

    This installs the sway compositor along with some essential utilities. Now you can start sway from the TTY console.

    Kekw. So it’ll boot into a TTY, I’ll have to login and start sway? Are you nuts? Absolutely no thank you. If it’s at that level, I’m not going to be the poor sod figuring out the rest and documenting it.

    Once there’s a new application which should absolutely be in my library and that doesn’t support X, that will be the day wayland will be spun up.

      • @onlinepersona
        link
        English
        2
        edit-2
        10 months ago

        I’ll be honest, if I have to open a console and go edit a few files to configure sway, I’m out. It always starts with “just edit this one file” and balloons to “yeah, if you want everything to work you’ll need this over here, and that over there too, oh and I forgot to document this totally optional but mandatory thing that you’ll find out about on stackoverflow”. Have enough PTSD from “just make && sudo make install” to believe that things are that easy - especially if Arch mentions it.

        Thanks for the link, it might come in handy someday, but Wayland is off-limits until my X11 system becomes unstable.

        • silt!
          link
          510 months ago

          That’s a perfectly fair criticism as far as the average user is concerned, which is why Plasma and GNOME have both made using Wayland as simple as flipping a switch. You at least seemed to imply that you’re a NixOS user, though. Does that not consist mostly of editing config files?

          • @onlinepersona
            link
            English
            110 months ago

            That is true. I have nixos and multiple debian variants running in my house. Nix has a semi-functional graphical interface for modifying that file, but I don’t want to start editing my .profile in order to get sway to work. My current focus is on a different project right now (and will be for the foreseeable future). Experimenting with wayland isn’t on my TODO list right now, especially with the notice in the nixos manual and wiki.

    • hallettj
      link
      fedilink
      English
      210 months ago

      The default Gnome installation on NixOS uses Wayland. And GDM too - it’s pretty much the same as other distros I’ve used. I’d guess the Plasma install option is also on Wayland.

      I do have some issues with screen sharing. It generally works fine in Firefox and Discord. But screen sharing in Slack crashes every time.

      • @onlinepersona
        link
        English
        110 months ago

        But screen sharing in Slack crashes every time

        😢

    • @[email protected]
      link
      fedilink
      210 months ago

      I’ve tried Manjaro Sway and it was a lovely experience. I would still be using it, but there was nothing like barrier on Wayland and that’s a deal breaker for me. I’ve tried like four or five different alternatives, but none of them were comparable. So I am back on X11 and i3.

    • Barry Zuckerkorn
      link
      fedilink
      110 months ago

      Is sway any harder to start than, say, i3?

      I’m using Wayland and KDE but it wasn’t any more difficult than setting up X11 and KDE. Both required actual configuration (and on my system, either launches from SDDM).

      If you’re using a distro that does one by default, then yes it takes some effort to go with a non-default option, but if you’re configuring from the ground up then choosing Wayland doesn’t seem any harder.