mirror of
https://github.com/mintycube/dwmblocks.git
synced 2024-10-22 14:05:47 +02:00
Fix crashing of dwmblocks
This commit is contained in:
parent
09e72e590d
commit
6cdd6f7ff2
2
main.c
2
main.c
@ -239,7 +239,7 @@ void setupSignals() {
|
|||||||
|
|
||||||
void statusLoop() {
|
void statusLoop() {
|
||||||
// Update all blocks initially
|
// Update all blocks initially
|
||||||
kill(0, SIGALRM);
|
raise(SIGALRM);
|
||||||
|
|
||||||
struct epoll_event events[LEN(blocks) + 1];
|
struct epoll_event events[LEN(blocks) + 1];
|
||||||
while (statusContinue) {
|
while (statusContinue) {
|
||||||
|
Loading…
Reference in New Issue
Block a user