dwmblocks
dwmblocks copied to clipboard
FreeBSD signaling
I have a block set to update on signal 1 by sending SIGUSR1, however when I do so, the program closes as if I wanted to kill it. I'm simply running pkill -SIGUSR1 dwmblocks
and instead of updating the block, the entire program is permanently killed. How do I fix this? Sorry if it's obvious, I am unfamiliar with signaling.
You might take a look at that commit in similar project. I guess it's exactly the same issue.