summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Gjengset <jon@thesquareplanet.com>2013-09-05 20:47:22 +0100
committerJon Gjengset <jon@thesquareplanet.com>2013-09-05 20:47:22 +0100
commitdf5ae8f97dda0a973be5eacef4f404b12e538e1b (patch)
tree6cebad619e17fdbf83ce97b20a3273e9a4fd9764
parentChoose correct alias for shell syntax highlighting (diff)
downloadmktrayicon-df5ae8f97dda0a973be5eacef4f404b12e538e1b.tar.gz
mktrayicon-df5ae8f97dda0a973be5eacef4f404b12e538e1b.tar.bz2
mktrayicon-df5ae8f97dda0a973be5eacef4f404b12e538e1b.zip
Add note in README about exit conditions
-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