diff options
author | mathieui <mathieui@mathieui.net> | 2013-03-11 11:43:32 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-03-11 11:43:32 +0100 |
commit | 34af8f69c7aff2d02a10fab954ae7ddf15cee193 (patch) | |
tree | 28cafafe4fc859b319bb407409e0cba87d35f00e /doc/en/configure.txt | |
parent | e4f72d05c396851b2fa78534155bca9fab04f96f (diff) | |
download | poezio-34af8f69c7aff2d02a10fab954ae7ddf15cee193.tar.gz poezio-34af8f69c7aff2d02a10fab954ae7ddf15cee193.tar.bz2 poezio-34af8f69c7aff2d02a10fab954ae7ddf15cee193.tar.xz poezio-34af8f69c7aff2d02a10fab954ae7ddf15cee193.zip |
Add a receive_user_tune option (fix #2261)
Diffstat (limited to 'doc/en/configure.txt')
-rw-r--r-- | doc/en/configure.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index 1bf43af7..d0bc57b1 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -281,6 +281,11 @@ section of this documentation. If the message takes more than one line, the popup will stay visible two more second per additional lines. +*receive_user_tune*:: true + + If this is set to false, you will no longer be subscribed to tune events, + and the display_tune_notifications option will be ignored. + *remote_fifo_path*:: ./poezio.fifo The path of the FIFO used to send the commands (see the exec_remote option). |