Fix crashing of dwmblocks
This commit is contained in:
parent
09e72e590d
commit
6cdd6f7ff2
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -239,7 +239,7 @@ void setupSignals() {
|
|||
|
||||
void statusLoop() {
|
||||
// Update all blocks initially
|
||||
kill(0, SIGALRM);
|
||||
raise(SIGALRM);
|
||||
|
||||
struct epoll_event events[LEN(blocks) + 1];
|
||||
while (statusContinue) {
|
||||
|
|
Loading…
Add table
Reference in a new issue