diff options
| author | zachir <zachir@librem.one> | 2021-06-25 23:33:26 -0500 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2021-06-25 23:33:26 -0500 |
| commit | be35d6018116346fe3d0d72bd21a0043619ab440 (patch) | |
| tree | c70bc3b3b65c5d7ceeffff06dad0fae7eb8fed76 | |
| parent | ea148d70b2bf61605b64784ece6d48946d95b5f2 (diff) | |
Commend out section of sigdwmblocks() that uses sigqueue (not available on OpenBSD)
| -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 |
