summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-09-08 16:24:13 +0200
committerEnno Boland (tox) <tox@s01.de>2009-09-08 16:24:13 +0200
commitad9b0d6ea6264a861e6bde6bab58520cf28c13b8 (patch)
treee3f1fe97ede42eff8242ce62fcfaa6ef1b057889 /config.def.h
parent9ed035a5c117b501d5f708a9fd677a6b85543475 (diff)
downloadtabbed-ad9b0d6ea6264a861e6bde6bab58520cf28c13b8.tar.gz
removing autostart. using stdin instead.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.def.h b/config.def.h
index 0fb6232..7c281a3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -27,8 +27,3 @@ Key keys[] = { \
{ MODKEY, XK_0, move, { .i = 10 } },
{ MODKEY, XK_q, killclient, { 0 } },
};
-
-Autostart autostarts[] = { \
- /* function argument */
- { spawntab, { .v = (char*[]){ EXEC, NULL} } },
-};