|
|
@ -56,7 +56,7 @@ spawn(Arg *arg)
|
|
|
|
if(dpy)
|
|
|
|
if(dpy)
|
|
|
|
close(ConnectionNumber(dpy));
|
|
|
|
close(ConnectionNumber(dpy));
|
|
|
|
setsid();
|
|
|
|
setsid();
|
|
|
|
execl(shell, shell, "-c", arg->cmd, NULL);
|
|
|
|
execl(shell, shell, "-c", arg->cmd, (char *)NULL);
|
|
|
|
fprintf(stderr, "dwm: execl '%s -c %s'", shell, arg->cmd);
|
|
|
|
fprintf(stderr, "dwm: execl '%s -c %s'", shell, arg->cmd);
|
|
|
|
perror(" failed");
|
|
|
|
perror(" failed");
|
|
|
|
}
|
|
|
|
}
|
|
|
|