nfy.1 (1106B)
1 .Dd nfy\-VERSION 2 .Dt NFY 1 3 .Os 4 .Sh NAME 5 .Nm nfy 6 .Nd a minimal and daemonless notification program for X 7 .Sh SYNOPSIS 8 .Nm 9 .Op Fl d Ar duraton 10 .Op Fl v 11 .Sh DESCRIPTION 12 .Nm 13 reads input from stdin (only), creates a temporary popup window and \ 14 displays it. Configuration is done by editing the 'config.h' file in the \ 15 source code. 16 .Pp 17 It has non-blocking behaviour, meaning that commands coming after it can \ 18 execute normally without them having to wait for 19 .Nm 20 to finish first. 21 This is especially useful inside scripts. 22 .Pp 23 .Nm 24 handles multiple notifications by queuing them using a lock file. 25 .Sh OPTIONS 26 .Bl -tag -width Ds 27 .It Fl d Ar duration 28 Specify the duration of the notification. The default duration value is \ 29 specified in 'config.h'. 30 .It Fl v 31 prints version to stdout and exits. 32 .El 33 .Sh SIGNALS 34 .Nm 35 handles only SIGALRM, SIGTERM and SIGINT. 36 It receives a SIGALRM signal by default after the specified duration \ 37 of the notification. 38 .Sh SEE ALSO 39 .Xr fcntl 2 , 40 .Xr alarm 3 , 41 .Xr signal 3 , 42 .Xr Xft 3 , 43 .Xr Xrandr 3 44 .Sh AUTHORS 45 .An Christos Margiolis Aq Mt christos@margiolis.net 46 .Sh BUGS 47 Perhaps.