summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c
index cc736dd..912f0a8 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -4775,7 +4775,7 @@ cmd_tmpwm (int interactive UNUSED, struct cmdarg **args)
XSync (dpy, False);
/* Disable our SIGCHLD handler */
- set_sig_handler (SIGCHLD, SIG_IGN);
+ set_sig_handler (SIGCHLD, SIG_DFL);
/* Launch the new WM and wait for it to terminate. */
pid = spawn (ARG_STRING(0), 0, NULL);
PRINT_DEBUG (("spawn pid: %d\n", pid));