index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (527B) | |
--- | |
1 spawnprograms | |
2 ============= | |
3 | |
4 Description | |
5 ----------- | |
6 | |
7 This patch spawns each command in the `startup_programs` array on startu… | |
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 <[email protected]> |