Bottom left is Awesome WM. Ask me anything or tell us your picks!

(and feel free to tear me apart on my picks)

  • moonlight@fedia.io
    link
    fedilink
    arrow-up
    22
    ·
    5 days ago

    Favorite DE: Niri First DE used: XFCE DE you want to use in the future: Niri Honorable Mention: Hyprland least favorite: Anything non tiling, or maybe Hyprland due to a lot of minor annoyances Current DE: Niri longest used DE: i3 Current Distro: NixOS and Arch

    You should try Niri!

    • Mistiy@lemmy.zipOP
      link
      fedilink
      arrow-up
      5
      ·
      4 days ago

      I’ve considered it, but i’m not sure if I like the scrolling tiling yet…

      • PoliteDudeInTheMood@lemmy.ca
        link
        fedilink
        arrow-up
        7
        ·
        4 days ago

        At first its novelty, then it starts to make sense, and then you can’t live without it. I’ve tried to switch to other DE’s a couple of times including similar ones like MangoWC and I always come back. I used Cosmic for 30 mins before I ragequit and went back to Niri.

        • alecsargent@lemmy.zip
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          4 days ago

          I tried Niri for a little more than a month and it is great I feel that regular tiling is better. Sure, the scrolling layout has the benefit of not having to resize windows as often, but at the cost of having to look/search for those windows that overflow the workspace view. Also Niri has a problem that when you toggle fullscreen on a window inside a column it will expel it out from the column. And I’m not a fan of the dynamic workspaces amongst some other little quirks too. I have a blog post about it if you are interested.

          Nonetheless it is a great window manager and it is in my top 3.

          • TwilightKiddy@programming.dev
            link
            fedilink
            English
            arrow-up
            1
            ·
            4 days ago

            Niri’s workspaces are just rows, windows being expelled from the columns when fullscreened is very much expected.

            I suppose what you want is floating the window and making it fullscreen, returning it to it’s position in the layout after returning it to it’s normal size?

            To be honest, sounds like a bit of pain to implement.

            • alecsargent@lemmy.zip
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              4 days ago

              I suppose what you want is floating the window and making it fullscreen, returning it to it’s position in the layout after returning it to it’s normal size?

              I want to fullscreen a window that is contained within a column and when I toggle out of the fullscreen the window must not be expelled out of the column(staying in place). For example in Hyprland’s scrolling layout windows that are fullscreen keep are kept in the column (it looks clunky as hell).

              To be honest, sounds like a bit of pain to implement.

              I talked to Niri’s developer long time ago on Matrix and he agreed on that, however this behaviour (or apparent behaviour) is not the same with tabbed windows withing a column. I understand that within the windowing logic it is hard thing to do, and that they are not the same operations.

              For what is worth, I’m not the only one with this problem, many people have expressed the same thought.

              • TwilightKiddy@programming.dev
                link
                fedilink
                English
                arrow-up
                2
                ·
                4 days ago

                Well, it’s because the whole column is fullscreened instead of a single window in that case. I guess you can abuse it a little bit and write a script that’d switch the column into tabbed mode before fullscreening a window if the column has more than one window in it.

                I don’t think there is a way to know if the column is already tabbed, though. Might need a bit of unholy incantations to make it all work.