From ad9b0d6ea6264a861e6bde6bab58520cf28c13b8 Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Tue, 8 Sep 2009 16:24:13 +0200 Subject: removing autostart. using stdin instead. --- config.def.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'config.def.h') 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} } }, -}; -- cgit v1.2.3