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.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config.h') 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 */ -- cgit v1.2.3