spawn on startup (thanks christoph)

This commit is contained in:
Connor Lane Smith 2011-09-26 22:36:33 +01:00
parent 62f0800d2f
commit aea4a447d4

View File

@ -682,6 +682,7 @@ run(void) {
/* main event loop */
XSync(dpy, False);
drawbar();
spawn(NULL);
while(running) {
XNextEvent(dpy, &ev);
if(handler[ev.type])