summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorLignum Crucis2026-05-15 17:13:35 -0300
committerLignum Crucis2026-05-15 17:13:35 -0300
commitb707695288e362e0584bb4a40228f6387e468753 (patch)
tree6690313ff2d58674441dd842402d5abb217be2d6 /config.def.h
parent046dbdc11d277f9561c454d22e142ed2f8c8d6e8 (diff)
patch: autostart
sound system wasn't working so i thought it was necessary; also, removes clutter from xinit ig
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
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" };