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:
parent
b41b280509
commit
e1df67a0fe
3 changed files with 15 additions and 9 deletions
2
makefile
2
makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue