[hackers] [tabbed] spawn on startup (thanks christoph) || Connor Lane Smith

From: <hg_AT_suckless.org>
Date: Mon, 26 Sep 2011 23:40:14 +0200 (CEST)

changeset: 145:f62e19bd0057
user: Connor Lane Smith <cls_AT_lubutu.com>
date: Mon Sep 26 22:36:33 2011 +0100
files: tabbed.c
description:
spawn on startup (thanks christoph)

diff -r af9499282ed5 -r f62e19bd0057 tabbed.c
--- a/tabbed.c Sat Jun 18 14:37:43 2011 +0100
+++ b/tabbed.c Mon Sep 26 22:36:33 2011 +0100
@@ -682,6 +682,7 @@
         /* main event loop */
         XSync(dpy, False);
         drawbar();
+ spawn(NULL);
         while(running) {
                 XNextEvent(dpy, &ev);
                 if(handler[ev.type])
Received on Mon Sep 26 2011 - 23:40:14 CEST

This archive was generated by hypermail 2.2.0 : Mon Sep 26 2011 - 23:48:06 CEST