diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 7578f8a..6da1f2f 100644 --- a/config.def.h +++ b/config.def.h @@ -37,6 +37,11 @@ static const char fti_color_sel[] = "#eeeeee"; /* indicator color (selected static const char fti_color_nor_inv[] = "#bbbbbb"; /* inverse indicator color (not selected tag) */ static const char fti_color_sel_inv[] = "#005577"; /* inverse indicator color (selected tag) */ +static const char *const autostart[] = { + "st", NULL, + NULL /* terminate */ +}; + /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; |
