If the replacement window manager fails to start, restart the fallback (the

original invocation of cwm).
This commit is contained in:
okan
2017-12-29 20:09:19 +00:00
2 changed files with 6 additions and 1 deletions

2
util.c
View File

@@ -78,7 +78,7 @@ u_exec(char *argstr)
(void)setsid();
(void)execvp(args[0], args);
err(1, "%s", s);
warn("%s", s);
}
char *