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

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

  • alecsargent@lemmy.zip
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    3 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
      ·
      3 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
        3 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
          ·
          3 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.