applied grabbing-- and shell_minimal
This commit is contained in:
parent
1f0060caa3
commit
e48de30516
2 changed files with 1 additions and 9 deletions
2
util.c
2
util.c
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue