From 58f2fe3f6af3d6f8c925125c721a2d1800d750dc Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Tue, 18 Jul 2006 12:36:57 +0200 Subject: implemened distinguishing float/managed geometries of clients (works quite well) --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') diff --git a/main.c b/main.c index 6035fb6..e8577fe 100644 --- a/main.c +++ b/main.c @@ -261,6 +261,7 @@ main(int argc, char *argv[]) XChangeWindowAttributes(dpy, root, CWEventMask | CWCursor, &wa); strcpy(stext, "dwm-"VERSION); + scan(); /* main event loop, reads status text from stdin as well */ -- cgit v1.2.3-54-g00ecf