From: Richard Petri Date: Mon, 11 Jan 2016 08:58:44 +0000 (+0100) Subject: Forgotten wakeup call from USR1 handler X-Git-Tag: 2.11~48^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8d86198d3ce9f6eff1e81c968bb0b99d593a245f;p=i3%2Fi3status Forgotten wakeup call from USR1 handler Fixes #93 --- diff --git a/i3status.c b/i3status.c index 3781425..74a5410 100644 --- a/i3status.c +++ b/i3status.c @@ -82,6 +82,7 @@ void fatalsig(int signum) { * */ void sigusr1(int signum) { + pthread_cond_broadcast(&i3status_sleep_cond); } /*