Skip to content

gsacre/notify_me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To compile it, run the following command:

gcc -Wall -o notify_me notifmed.c `pkg-config --libs --cflags glib-2.0 gtk+-2.0` -lnotify -liniparser

or with gtk-3.0:

gcc -Wall -o notify_me notifmed.c `pkg-config --libs --cflags glib-2.0 gtk+-3.0` -lnotify -liniparser

About

Daemon that monitors for process to end. The process ID or name is given by a daemon client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published