diff options
author | Connor Lane Smith <cls@lubutu.com> | 2011-09-26 22:36:33 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2011-09-26 22:36:33 +0100 |
commit | aea4a447d4f2d4e8fc92ecb847a34e438c00e327 (patch) | |
tree | a2fb958f7d682dbd0a7422be5cf068130351e7df | |
parent | 62f0800d2f40c8eae6a27d2d7438d08aa1b35790 (diff) |
spawn on startup (thanks christoph)
-rw-r--r-- | tabbed.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -682,6 +682,7 @@ run(void) { /* main event loop */ XSync(dpy, False); drawbar(); + spawn(NULL); while(running) { XNextEvent(dpy, &ev); if(handler[ev.type]) |