You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: