diff options
Diffstat (limited to 'dwm-6.2/config.h')
| -rw-r--r-- | dwm-6.2/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dwm-6.2/config.h b/dwm-6.2/config.h index 8a40171..bc651af 100644 --- a/dwm-6.2/config.h +++ b/dwm-6.2/config.h @@ -20,6 +20,15 @@ static const char *colors[][3] = { [SchemeSel] = { col_gray4, col_cyan, col_cyan }, }; +static const char *const autostart[] = { + "st", NULL, + "picom", NULL, + "fehbg", NULL, + "dunst", NULL, + "dwmblocks", NULL, + NULL /* terminate */ +}; + /* tagging */ static const char *tags[] = { "/", "dev", "web", "etc", }; |