speedwm-personal/autostart.h

19 lines
508 B
C
Raw Normal View History

/* Anything in here will automatically start before speedwm
*
* If you wish to run more commands, add a line below.
*
* Syntax: "shell, "-c", "<command>", NULL,"
*
* "shell" is automatically defined as your shell.
*
* Once you're done with your edits, run 'make clean install'.
*************************************************************/
static const char *autostart[] = {
2022-10-01 19:11:07 +02:00
/* Autostart script, if it exists */
shell, "-c", "$HOME/.config/speedwm/autostart.sh", NULL,
2022-11-25 23:48:11 +01:00
NULL
};