From 8d86198d3ce9f6eff1e81c968bb0b99d593a245f Mon Sep 17 00:00:00 2001 From: Richard Petri Date: Mon, 11 Jan 2016 09:58:44 +0100 Subject: [PATCH] Forgotten wakeup call from USR1 handler Fixes #93 --- i3status.c | 1 + 1 file changed, 1 insertion(+) 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); } /* -- 2.39.5