From df5ae8f97dda0a973be5eacef4f404b12e538e1b Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Thu, 5 Sep 2013 20:47:22 +0100 Subject: Add note in README about exit conditions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3ccd9b7..00c2271 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,9 @@ mktrayicon: xcb_io.c:274: poll_for_event: Assertion `!xcb_xlib_threads_sequence_ ``` If someone has a genious way to fix this, patches are welcome. + +Also, it would be nice if removing the FIFO file would cause `mktrayicon` to +exit automatically as if "q" was sent. Unfortunately, this is not entirely +trivial to implement. Have a look +[here](http://stackoverflow.com/questions/18643486/detect-deletion-of-fifo-file-with-blocking-open) +and send a patch my way if you know how to do it. -- cgit