Port sighandler to tree-branch
This commit is contained in:
committed by
Michael Stapelberg
parent
2d05c3a37d
commit
fb6d117c42
@ -385,6 +385,12 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
manage_existing_windows(root);
|
||||
|
||||
setup_signal_handler();
|
||||
|
||||
/* Ignore SIGPIPE to survive errors when an IPC client disconnects
|
||||
* while we are sending him a message */
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
|
||||
/* Autostarting exec-lines */
|
||||
if (autostart) {
|
||||
struct Autostart *exec;
|
||||
|
Reference in New Issue
Block a user