diff options
author | mathieui <mathieui@mathieui.net> | 2014-09-17 17:17:47 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-09-17 17:17:47 +0200 |
commit | d95ec953c3982fe70e6ba7116ae5b9df17f6ea7f (patch) | |
tree | 0e013cdcf042c0edd54a709d6ed39ce92243a322 /data | |
parent | fccf7f5af7a6a62ffb15cd7f37a23d52d0bbaf0d (diff) | |
download | poezio-d95ec953c3982fe70e6ba7116ae5b9df17f6ea7f.tar.gz poezio-d95ec953c3982fe70e6ba7116ae5b9df17f6ea7f.tar.bz2 poezio-d95ec953c3982fe70e6ba7116ae5b9df17f6ea7f.tar.xz poezio-d95ec953c3982fe70e6ba7116ae5b9df17f6ea7f.zip |
Fix the doc for remote_fifo_path (fixes #2584)
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index ef863ee4..ed21eab0 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -461,8 +461,9 @@ show_useless_separator = false exec_remote = false # Path of the FIFO in which the remote commands will be sent. +# The "poezio.fifo" file will be created in this directory # Used with exec_remote set to true, see the documentation of /link for details -# Defaults to ./poezio.fifo +# Defaults to ./ remote_fifo_path = # Defines if all tabs are resized at the same time (if set to false) |