diff options
| author | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-11-23 01:01:15 -0800 |
|---|---|---|
| committer | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-11-23 01:01:15 -0800 |
| commit | 957ef3c025424d8a6c0657afc15cb48e59b87356 (patch) | |
| tree | 9ed67e59e7dee26e5cb183aa87a1bd22420593d3 /config.def.h | |
| parent | Add attachaside functionality (diff) | |
Add autostarting functionality
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 4 insertions, 0 deletions
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" }; |