diff options
-rw-r--r-- | data/default_config.cfg | 3 | ||||
-rw-r--r-- | doc/source/configuration.rst | 4 |
2 files changed, 5 insertions, 2 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) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index cb2fbddb..b15d5140 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -860,9 +860,11 @@ Other remote_fifo_path - **Default value:** ``./poezio.fifo`` + **Default value:** ``./`` The path of the FIFO used to send the commands (see the :term:`exec_remote` option). + Poezio will try to create a :file:`poezio.fifo` file in this directory. + save_status |