diff options
-rw-r--r-- | dwm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |