index.md (527B)
1 spawnprograms 2 ============= 3 4 Description 5 ----------- 6 7 This patch spawns each command in the `startup_programs` array on startup. 8 It's similar to the [autostart](../autostart/) patch, 9 however unlike autostart, it doesn't read anything from external files. 10 11 Example usage (put this into your `config.h`): 12 13 `` 14 static const char **startup_programs[] = { 15 termcmd, 16 someothercmd, 17 }; 18 `` 19 20 Download 21 -------- 22 23 [dwm-spawnprograms-6.2.diff](dwm-spawnprograms-6.2.diff) 24 25 Author 26 ------ 27 28 * Zsolt Vadász <zsolt_vadasz@protonmail.com>