applied grabbing-- and shell_minimal

This commit is contained in:
arg@10ksloc.org
2006-08-07 13:40:31 +02:00
parent 1f0060caa3
commit e48de30516
2 changed files with 1 additions and 9 deletions

2
util.c
View File

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