From aea4a447d4f2d4e8fc92ecb847a34e438c00e327 Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Mon, 26 Sep 2011 22:36:33 +0100 Subject: [PATCH] spawn on startup (thanks christoph) --- tabbed.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tabbed.c b/tabbed.c index 2894aa54cdda0158a36f76bb5f6ffd2ea91638f2..4baec0ef03ff398ae16eb4b7ff73da440125b212 100644 --- a/tabbed.c +++ b/tabbed.c @@ -682,6 +682,7 @@ run(void) { /* main event loop */ XSync(dpy, False); drawbar(); + spawn(NULL); while(running) { XNextEvent(dpy, &ev); if(handler[ev.type])