summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2021-06-25 23:33:26 -0500
committerzachir <zachir@librem.one>2021-06-25 23:33:26 -0500
commitbe35d6018116346fe3d0d72bd21a0043619ab440 (patch)
treec70bc3b3b65c5d7ceeffff06dad0fae7eb8fed76
parentea148d70b2bf61605b64784ece6d48946d95b5f2 (diff)
Commend out section of sigdwmblocks() that uses sigqueue (not available on OpenBSD)
-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