From b707695288e362e0584bb4a40228f6387e468753 Mon Sep 17 00:00:00 2001 From: Lignum Crucis Date: Fri, 15 May 2026 17:13:35 -0300 Subject: patch: autostart sound system wasn't working so i thought it was necessary; also, removes clutter from xinit ig --- config.def.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.def.h') 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" }; -- cgit v1.2.3