dwm
dynamic window manager
git clone https://9o.is/git/dwm.git
commit a7d088a93272e2b0e960a2183440bd51cb3c8661 parent f04dfcd36bf666e040ab5bb8417052eb273c71ca Author: Jul <jul@9o.is> Date: Wed, 18 Feb 2026 00:50:22 +0800 fix monocle smartborders Diffstat:
| M | dwm.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dwm.c b/dwm.c @@ -1394,7 +1394,7 @@ monocle(Monitor *m) if (ISVISIBLE(c)) n++; for (c = nexttiled(m->clients); c; c = nexttiled(c->next)) - resize(c, m->wx, m->wy, m->ww, m->wh, 0, 0); + resizeclient(c, m->wx, m->wy, m->ww, m->wh, 0); } void