From: aidan Date: Wed, 12 Aug 2020 16:24:42 +0000 (-0600) Subject: fixed signal handling on OpenBSD by using SIGUSR1 instead of SIGRTMIN. X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=5dcb2a0d8413b6e12dfcd188567f95d3832bb2bb;hp=5dcb2a0d8413b6e12dfcd188567f95d3832bb2bb;p=dwmblocks.git fixed signal handling on OpenBSD by using SIGUSR1 instead of SIGRTMIN. This should not affect other platforms at all. ---