Hey folks,

remember the post that was made a few months ago about an infinite canvas/scrollable WM? Here we have the stable release of a (onedirectional) scrollable one inspired by gnome’s PaperWM.

Aaaand… …it’s written in Rust!

  • Deceptichum
    link
    fedilink
    12
    edit-2
    8 months ago

    Wouldn’t vertical scrolling make more sense?

    Pretty much everything we do already scrolls vertically primarily, its more “natural” at this point.

    • @[email protected]
      link
      fedilink
      258 months ago

      Isn’t it the opposite then? Since your windows will have vertical scrolls, it makes sense to tile them horizontally in order to maximize vertical space for each window, imo.

      • Deceptichum
        link
        fedilink
        2
        edit-2
        8 months ago

        The app window you scroll up and down in would be the same regardless.

        My thinking is we’re already used to going up and down to view other things, so copy that movement to the whole de.

        • @[email protected]
          link
          fedilink
          5
          edit-2
          8 months ago

          That’s something different. This compositor’s concept is that you have line of windows that you scroll through, as you can see on the screenshots. You always see part of the line, and the part you see usually contains multiple windows. If the line is vertical as you suggests, you wouldn’t usually be able to fit multiple windows on the monitor, because normal monitor is horizontal and apps are much better resizable horizontally. If you want to view two webpages at once on horizontal monitor, do you tile them vertically or horizontally?

          • Deceptichum
            link
            fedilink
            -2
            edit-2
            8 months ago

            Excuse the jank arse gif

            https://i.imgur.com/j6OyRvl.gif

            But this is what I mean. It can still show the same amount of screen space as scrolling horizontally so there’s no difference between the two options there, but it feels more natural to go up/down compared to left/right to access different content/windows.

            • @flubba86
              link
              58 months ago

              I can see what you mean, and I get your argument, but personally I still feel that horizontal scrolling suits this kind of desktop navigation better.

            • Aatube
              link
              fedilink
              3
              edit-2
              8 months ago

              That’s just an image gallery. Applications can feel much different. There’s a reason left-right tiling/snapping is much more popular than up-downs. You’d have to scroll down considerably more to grasp the content.

            • @[email protected]
              link
              fedilink
              1
              edit-2
              8 months ago

              The only difference I can see is that you might have for example four windows 1, 2, 3, 4, all taking half of the screen. On a compositor like Niri, you can scroll so that you can see windows 1 and 2, or 2 and 3, or 3 and 4. On vertically scrolling one, you can see 1 and 2 or 3 and 4 if I understand it correctly. This is much more noticeable if you work with many smaller windows, just like on the screenshots from the article and repo’s readme. I usually use only one or two windows per virtual desktop, so what you suggest would be more practical for me. But I use only notebook, and I can imagine using Niri on some hi-res ultrawide monitor.

    • @[email protected]
      link
      fedilink
      English
      5
      edit-2
      8 months ago

      Usually people like to maximize the height of windows, especially to have 2 windows side by side, so it just conceptually makes a lot of sense to have every window have the maximum height and just add windows horizontally so they are actually visible like in normal tiling window managers. Maximizing the width of windows doesn’t really make that much sense honestly, because most horizontal space is wasted because theres so much horizontal space compared to vertical space.

    • @[email protected]
      link
      fedilink
      English
      38 months ago

      I want to have multiple windows side by side and switch between them quickly. The vertical scroll is to switch between desktops.

      • PropaGandalfOP
        link
        18 months ago

        Is the desktop feature implemented? Something like multiple lanes you can switch back and forth.

    • @[email protected]
      link
      fedilink
      38 months ago

      With how most monitors being wide-screen (or even ultra-wide), horizontal might make more sense

    • @[email protected]
      link
      fedilink
      18 months ago

      Well that could be annoying if you’re trying to scroll past an open application but you end up vertically scrolling within the application instead.

      • Deceptichum
        link
        fedilink
        08 months ago

        The exact same thing would happen if you tried to scroll horizontally though? It’s a 2d axis on a wheel, depending on where your focus is you’re going to go the same direction.