initial commit

This commit is contained in:
2026-06-16 22:52:23 +02:00
commit ead09443e5
36 changed files with 11354 additions and 0 deletions

12
dwm.c.rej Normal file
View File

@@ -0,0 +1,12 @@
--- dwm.c
+++ dwm.c
@@ -723,6 +790,9 @@ destroynotify(XEvent *e)
if ((c = wintoclient(ev->window)))
unmanage(c, 1);
+
+ else if ((c = swallowingclient(ev->window)))
+ unmanage(c->swallowing, 1);
}
void