summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h b/config.h
index d02f376..52fdbc3 100644
--- a/config.h
+++ b/config.h
@@ -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 */