diff options
| -rwxr-xr-x | scripts/daemons/notifd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/daemons/notifd b/scripts/daemons/notifd index 9ad5697..85b851d 100755 --- a/scripts/daemons/notifd +++ b/scripts/daemons/notifd @@ -1,5 +1,7 @@ #!/bin/sh +# Notification daemon that clears notification text after a given time + . "lib_handle.sh" FIFO=/tmp/noti.fifo |
