So I’ve been using Linux for about a year and a half, have been using Window managers since a few wweks in, have been using Wayland for the last 3 months or so, and have been using Hyprland for about a month. I love it and I want to stick with it in the long term, but I need a distro that supports it.

My essential needs are:

Hyprland NWG-Look (for gtk themes) CMUS Thunar Ristretto bemenu j4-dmenu-desktop (can build from source) Vivaldi (can use deb/rpm/extra repo)

My main issue stems from the fact that:

I want Stability. As such, Arch (and derivatives) are out of the question.

I don’t like immutability. As such, NixOS is out of the question.

I’m concerned about the future of Fedora. It’s where I’m at right now, yet the telemetry proposal, if accepted, would mean I need to switch.

If you have any other distros that fit my criteria, please leave them below. I know void can take care of all of these, except Hyprland itself and while River is available (and River is amazing) I would prefer to run Hyprland instead.

  • CubitOom
    link
    16
    edit-2
    1 year ago

    Arch, NixOS and openSUSE Tumbleweed are very supported.

    Source: https://wiki.hyprland.org/Getting-Started/Installation/

    I would recommend an Arch based distro if you want to keep it simple. That will give you access to the AUR and compatibility with the arch wiki.

    PS: Arch can be very stable, especially if you use an LTS kernel and don’t restart during updates.

  • Velskadi
    link
    fedilink
    71 year ago

    At risk of sounding like an Arch shill, I’ve had the best experience with Hyprland on Arch. I first tried to get it working on Garuda but couldn’t get it to work without weird issues, then found it wasn’t available on Linux Mint (might be available now? Not sure). Worked pretty much out of the box on Arch with Sddm, and havent run into issues since.

    That being said I tend to not install many packages, which reduces the chance of things breaking, so your miles may vary.

    I think Hyprland might be available on Pop!_OS, might be worth checking that out.

  • Velskadi
    link
    fedilink
    31 year ago

    At risk of sounding like an Arch shill, I’ve had the best experience with Hyprland on Arch. I first tried to get it working on Garuda but couldn’t get it to work without weird issues, then found it wasn’t available on Linux Mint (might be available now? Not sure). Worked pretty much out of the box on Arch with Sddm, and havent run into issues since.

    That being said I tend to not install many packages, which reduces the chance of things breaking, so your miles may vary.

    I think Hyprland might be available on Pop!_OS, might be worth checking that out.

    • kamiheku
      link
      fedilink
      English
      11 year ago

      That the installation is stable, as opposed to constantly changing, as is the case (by design) with rolling release distros (e.g. Arch). Package version updates are conservative to prevent surprises.

      • @LLovegood@mujico.org
        link
        fedilink
        English
        21 year ago

        Hyprland is still a young project, it is also a wayland compositor, I think the rolling release model is benefitial in these cases

      • @Spectacle8011@lemmy.comfysnug.space
        link
        fedilink
        English
        21 year ago

        As an Arch user for 3 years, I can corroborate this. Steam recently broke because a shared library updated, so I had to downgrade it. There was that whole pipewire nonsense before that. It only happens every few months, but it’s annoying when it does. And some packages aren’t as up-to-date as I would like, so OpenSUSE Tumbleweed or Fedora are looking like attractive options to me in the near future.

        • @theshatterstone54@feddit.ukOP
          link
          fedilink
          English
          11 year ago

          Yeah, I agree with all you said. I’m on Arch currently, and I’ve forgotten how simple the post-install setup is (as long as you know what you’re doing). Funny, it was also my first time installing Arch the Arch Way, even though most of my year and a half on Linux has been on Arch and derivatives.

  • @GustavoM@lemmy.world
    link
    fedilink
    21 year ago

    Can someone give me a tl;dr about hyprland? Is there any noticeable difference(s) compared to wayland? Thanks.

    • @theshatterstone54@feddit.ukOP
      link
      fedilink
      21 year ago

      Hyprland is a Wayland compositor. Wayland is the set of protocols, Wlroots is an implementation of these protocols, allowing developers to create a Wayland compositor without having to worry about all the lower-level stuff, while still having to implement a lot on their own. Hyprland is a tiling Wayland compositor, the Wayland equivalent of a tiling window, and it includes features like animations and rounded corners (basically eyecandy). Brodie Robertson had a very good explanation on his channel, but I can’t seem to be able to find it.

  • treeshateorcs
    link
    fedilink
    11 year ago

    are there any reasons to prefer hyprland over sway, that are not bells and whistles?

    • @theshatterstone54@feddit.ukOP
      link
      fedilink
      31 year ago

      One word: tiling. And no, the autotiling script just doesn’t cut it. If I’m clicking something on Vivaldi on the left hand side, and I have a terminal on the right, but I also need thunar, my file manager, I would like it to open at the bottom of the stack, under the terminal, not under Vivaldi, where my mouse and focus are.

      • treeshateorcs
        link
        fedilink
        11 year ago

        i know what you are talking about. that’s dynamic vs static tiling for you. dwm does it in a similar way

        • @theshatterstone54@feddit.ukOP
          link
          fedilink
          11 year ago

          Yeah, but there’s different types of dynamic tiling. Personally, I want it to be like DWM’s attachbottom patch, where a new window appears at the bottom of the stack, jnstead lf the default in DWM and AwesomeWM, where a new window becomes a master window.

    • @theshatterstone54@feddit.ukOP
      link
      fedilink
      11 year ago

      Can I make Tofi look exactly like dmenu (with some minor colour tweaks)? And does it have a drun mode for desktop files? If so, I’m switching to it.

      • Communist
        link
        fedilink
        1
        edit-2
        1 year ago

        Yes and yes.

        Horizontal mode and tofi-drun are what you’re looking for.

        make sure to specify a path to font in the config file, it’ll make it load significantly faster.

  • @erock@lemmy.world
    link
    fedilink
    11 year ago

    Have you tried Debian based distros? I would try Debian since it’s not a rolling release like the others you mentioned.

        • @theshatterstone54@feddit.ukOP
          link
          fedilink
          21 year ago

          Unfortunately, Hyprland is built on a tagged version of wlroots, and because it will likely need to pull in newer packages than Debian, I could end up in compilation hell. And I would prefer to avoid using nix for window managers/Wayland compositors if I can avoid it.