diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -24,6 +24,14 @@ static const char *colors[][3] = { [SchemeSel] = { col_gray4, col_cyan, col_cyan }, }; +static const char *const autostart[] = { + "xwallpaper", "--maximize", "/home/v/media/wallpaper.jpg", NULL , + "slstatus", NULL, + "xrdb", "-merge", "/home/v/.config/Xresources", NULL, + "start-sound", NULL, + NULL /* terminate */ +}; + /* full tag indicator variables */ static const int fti_top = 0; /* 0 means bottom indicator */ static const int fti_border = 0; /* 0 means no border */ |
