summaryrefslogtreecommitdiff
path: root/tabbed.c
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-04-06 18:42:53 +0200
committerChristoph Lohmann <20h@r-36.net>2012-04-06 18:42:53 +0200
commit0808cda361ff473e728eecfa0ddda6862a0ecbe1 (patch)
treeb0950250298530aaa377b81aaf079578bd9d2dc7 /tabbed.c
parentc6b1f05d151e74197ca80c9b6363ebc28ced4951 (diff)
Enable easier tabbed handling with the xid.
Diffstat (limited to 'tabbed.c')
-rw-r--r--tabbed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tabbed.c b/tabbed.c
index 42b1158..9fde784 100644
--- a/tabbed.c
+++ b/tabbed.c
@@ -906,7 +906,7 @@ main(int argc, char *argv[]) {
}
}
if(argc < 1)
- usage();
+ doinitspawn = False;
setcmd(argc, argv);
if(!setlocale(LC_CTYPE, "") || !XSupportsLocale())