sway/sway/config
Marien Zwart 7d8413d962 Reset signal mask after fork
wlroots uses wl_event_loop_add_signal to handle SIGUSR1 from Xwayland.
wl_event_loop_add_signal works by masking the signal and receiving it from a
signalfd. The signal mask is preserved across fork and exec, so subprocesses
spawned by Sway start with SIGUSR1 masked. Most subprocesses do not expect this
and never unmask the signal, resulting in missing functionality or unexpected
behavior for processes that use SIGUSR1 (such as i3status).

Fix this by unmasking all signals between fork and exec.
2018-08-02 21:31:34 +10:00
..
bar.c Reset signal mask after fork 2018-08-02 21:31:34 +10:00
input.c Implement setting NumLock and CapsLock status 2018-07-25 17:24:45 +02:00
output.c Reset outputs on reload 2018-07-20 22:17:20 -04:00
seat.c Update for swaywm/wlroots#1126 2018-07-09 22:54:30 +01:00