diff options
-rw-r--r-- | util.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ spawn(Arg *arg) if(!arg->cmd) return; + /* the double-fork construct avoids zombie processes */ if(fork() == 0) { if(fork() == 0) { if(dpy) |
index : dwm | ||
dwm is an extremely fast wm for X | sinan@sinanmohd.com |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | util.c | 1 |
@@ -51,6 +51,7 @@ spawn(Arg *arg) if(!arg->cmd) return; + /* the double-fork construct avoids zombie processes */ if(fork() == 0) { if(fork() == 0) { if(dpy) |