Bugfix: If hide-on-modifier is set, stop the child after starting
This commit is contained in:
parent
2183435da6
commit
34dd4bc89e
|
@ -132,6 +132,10 @@ void start_child(char *command) {
|
|||
|
||||
dup2(fd[0], STDIN_FILENO);
|
||||
|
||||
/* If hide-on-modifier is set, we start of by sending the
|
||||
* child a SIGSTOP, because the bars aren't mapped at start */
|
||||
stop_child();
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue