summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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.
bgstack15