summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm.c b/dwm.c
index be13dda..e3a4dfa 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