diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 5 |
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} } }, -}; |