feel free to list other window managers you’ve used.

I have been happy with bspwm, but considering trying something else. I love its simplicity and immense customizability. I like that it is shell scriptable, but it is not a deal breaker feature for me.

I like how the binary split model makes any custom partition possible.

  • PMunch@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I use i3, but to say that I like it is a bit overstated. It’s fine, does what I expect the very basic of a tiling window manager to do. I used Nimdow for a while and it’s pretty good, the default bar is way better than i3 (supports ANSI colour coding, mouse presses, etc.), but I could never quite get to grips with the tiling algorithm.

    I’m working on my own WM though, it’s not tiling per-se, I choose to call in non-overlapping and I’m trying to solve my gripes with i3. Basically windows should not be forcefully expanded if they don’t want to. Try open galculator under i3 and watch the horror. And when expanded the size should be split based on their initial sizes. So if I have Firefox open and want to do something in a quick terminal window the terminal won’t get 1/2 of the screen. Firefox wanted more space than the terminal initially, so the terminal gets to take up a smaller share of the space.