aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorWarrick Lo <warrick.s.z.lo@gmail.com>2021-11-23 01:01:15 -0800
committerWarrick Lo <warrick.s.z.lo@gmail.com>2021-11-23 01:01:15 -0800
commit957ef3c025424d8a6c0657afc15cb48e59b87356 (patch)
tree9ed67e59e7dee26e5cb183aa87a1bd22420593d3 /config.def.h
parentAdd attachaside functionality (diff)
Add autostarting functionality
Diffstat (limited to '')
-rw-r--r--config.def.h4
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" };