From 957ef3c025424d8a6c0657afc15cb48e59b87356 Mon Sep 17 00:00:00 2001 From: Warrick Lo Date: Tue, 23 Nov 2021 01:01:15 -0800 Subject: Add autostarting functionality --- config.def.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 2237251..7a5d203 100644 --- a/config.def.h +++ b/config.def.h @@ -20,6 +20,10 @@ static const char *colors[][3] = { [SchemeSel] = { col_gray4, col_cyan, col_cyan }, }; +static const char *const autostart[] = { + NULL +}; + /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; -- cgit v1.2.3