diff options
author | Jon Gjengset <jon@thesquareplanet.com> | 2013-09-05 20:47:22 +0100 |
---|---|---|
committer | Jon Gjengset <jon@thesquareplanet.com> | 2013-09-05 20:47:22 +0100 |
commit | df5ae8f97dda0a973be5eacef4f404b12e538e1b (patch) | |
tree | 6cebad619e17fdbf83ce97b20a3273e9a4fd9764 | |
parent | Choose correct alias for shell syntax highlighting (diff) | |
download | mktrayicon-df5ae8f97dda0a973be5eacef4f404b12e538e1b.tar.gz mktrayicon-df5ae8f97dda0a973be5eacef4f404b12e538e1b.tar.bz2 mktrayicon-df5ae8f97dda0a973be5eacef4f404b12e538e1b.zip |
Add note in README about exit conditions
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |