Notifications now wait in a 'queue' and get displayed one after another, add handling of 2 more signals for clean exit

This commit is contained in:
Samuel Dudik 2020-08-14 20:19:17 +02:00
parent b41b280509
commit e1df67a0fe
3 changed files with 15 additions and 9 deletions

View file

@ -1,5 +1,5 @@
default:
gcc herbe.c -Wall -Wextra -pedantic -lX11 -lXft -I/usr/include/freetype2 -lm -o herbe
gcc herbe.c -Wall -Wextra -pedantic -lX11 -lXft -I/usr/include/freetype2 -lm -pthread -o herbe
install: default
cp herbe /usr/local/bin