summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dwm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm.c b/dwm.c
index e3a4dfa..be13dda 100644
--- a/dwm.c
+++ b/dwm.c
@@ -2195,12 +2195,12 @@ sigdwmblocks(const Arg *arg)
if (getdwmblockspid() == -1)
return;
- /*if (sigqueue(dwmblockspid, SIGUSR1, sv) == -1) {
+ if (sigqueue(dwmblockspid, SIGUSR1, sv) == -1) {
if (errno == ESRCH) {
if (!getdwmblockspid())
sigqueue(dwmblockspid, SIGUSR1, sv);
}
- }*/
+ }
}
void