I need extremely small tiling windows, say something with only a width/height of 10px. However, by experimentation I found that my window manager Sway (and likely also i3) has a hard-coded minimum height of 60px and minimum width of 100px.

So, dear Linux gurus, do you know of a window manager with configurable minimum tiling window size? Or with no minimum at all? Bonus point for running natively on Wayland.

  • zolax@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    I think dwm can be compiled (and is very minimal so quick to compile) with different minimum widths and heights.

    there’s also dwl, which is supposed to be dwm but native Wayland rather than X, but I haven’t tried it out