diff options
| author | Lignum Crucis | 2026-05-15 17:13:35 -0300 |
|---|---|---|
| committer | Lignum Crucis | 2026-05-15 17:13:35 -0300 |
| commit | b707695288e362e0584bb4a40228f6387e468753 (patch) | |
| tree | 6690313ff2d58674441dd842402d5abb217be2d6 /config.h | |
| parent | 046dbdc11d277f9561c454d22e142ed2f8c8d6e8 (diff) | |
patch: autostart
sound system wasn't working so i thought it was necessary; also, removes
clutter from xinit ig
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 */ |
