1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-25 15:16:09 +02:00
sway/sway/config
Daniel Eklöf 3bf99198a6 sway: restore SIGPIPE handler before exec:ing swaybar
Sway ignores SIGPIPE (by installing a SIG_IGN handler), in order to
“prevent IPC from crashing Sway”.

SIG_IGN handlers are the *only* signal handlers inherited in
sub-processes. As such, we should be a good citizen and restore the
SIGPIPE handler to its default handler.

Original bug report:
https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1806907.html
2021-06-05 11:50:11 +02:00
..
bar.c sway: restore SIGPIPE handler before exec:ing swaybar 2021-06-05 11:50:11 +02:00
input.c input/tablet: add tool_mode option to set tablet tools as relative input 2020-10-12 15:01:37 +02:00
output.c output: Reconfigure xcursor when applying output config 2021-02-24 20:54:48 +01:00
seat.c hide_cursor: Add an option to hide when typing 2020-10-30 09:59:54 +01:00