nfy

Minimal and daemonless notification program for X
git clone git://git.margiolis.net/nfy.git
Log | Files | Refs | README | LICENSE

README (595B)


      1 nfy
      2 ===
      3 
      4 nfy is a minimal and daemonless notification program for X. It reads input from
      5 stdin (only), creates a temporary popup window and display it. It can queue
      6 multiple notifications as well.
      7 
      8 Dependencies
      9 ------------
     10 - Xlib
     11 - libXft
     12 - libXrandr
     13 
     14 Usage
     15 -----
     16 Make sure all settings in config.mk are set according to your system.
     17 
     18         # make install clean
     19         $ echo foo | nfy
     20 
     21 nfy will be installed in `/usr/local/bin` by default.
     22 
     23 Configuration is done by editing config.h and recompiling
     24 the source code.
     25 
     26 Read the manpage for more.
     27 
     28 Report any bugs to <christos@margiolis.net>.