summaryrefslogtreecommitdiff
path: root/dwm-6.2/config.def.h
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-06-13 17:47:07 -0500
committerstkhan <personal@slickd.xyz>2021-06-13 17:47:07 -0500
commita738110c2693fe65396b5d43e2f9dff5bd0644db (patch)
treea3560e5441c13ac2cc4ce82327c53805789f63da /dwm-6.2/config.def.h
parenta91eae6277a7ba82e3160598a9d7ce0b7e661027 (diff)
On install surf and tabbed aren't compiled, dwm uses cool autostart
Diffstat (limited to 'dwm-6.2/config.def.h')
-rw-r--r--dwm-6.2/config.def.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dwm-6.2/config.def.h b/dwm-6.2/config.def.h
index cab05db..48474eb 100644
--- a/dwm-6.2/config.def.h
+++ b/dwm-6.2/config.def.h
@@ -20,6 +20,11 @@ static const char *colors[][3] = {
[SchemeSel] = { col_gray4, col_cyan, col_cyan },
};
+static const char *const autostart[] = {
+ "st", NULL,
+ NULL /* terminate */
+};
+
/* tagging */
static const char *tags[] = { "/", "dev", "web", "etc", };