spawn on startup (thanks christoph) - ttabbed - Simple tabbing application for X11.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit aea4a447d4f2d4e8fc92ecb847a34e438c00e327
(DIR) parent 62f0800d2f40c8eae6a27d2d7438d08aa1b35790
(HTM) Author: Connor Lane Smith <cls@lubutu.com>
Date: Mon, 26 Sep 2011 22:36:33 +0100
spawn on startup (thanks christoph)
Diffstat:
tabbed.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git 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])