From 938ab65e2f650ccfbe44af954367bfe46295388e Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Wed, 16 Jul 2025 18:56:27 +0100 Subject: remove patches folder --- dwm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dwm.c') diff --git a/dwm.c b/dwm.c index 1f30a6b..bfad20c 100644 --- a/dwm.c +++ b/dwm.c @@ -1267,6 +1267,7 @@ resizeclient(Client *c, int x, int y, int w, int h) c->h = wc.height += c->bw * 2; wc.border_width = 0; } + XConfigureWindow(dpy, c->win, CWX|CWY|CWWidth|CWHeight|CWBorderWidth, &wc); configure(c); XSync(dpy, False); -- cgit v1.2.3