implemented pull request from original project to handle all otherwise unhandled signals, prevents crash

This commit is contained in:
2020-04-25 21:19:54 +02:00
parent 932802d52c
commit d69593f1cd
3 changed files with 25 additions and 9 deletions

View File

@ -1,6 +1,6 @@
PREFIX ?= /usr/local
output: dwmblocks.c blocks.h
output: dwmblocks.c config.h
cc `pkg-config --cflags x11` `pkg-config --libs x11` dwmblocks.c -o dwmblocks
clean:
rm -f *.o *.gch dwmblocks