From d95ec953c3982fe70e6ba7116ae5b9df17f6ea7f Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 17 Sep 2014 17:17:47 +0200 Subject: Fix the doc for remote_fifo_path (fixes #2584) --- data/default_config.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data/default_config.cfg') 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) -- cgit v1.2.3 From 5a5d5812edeb852232ea22f8b10e6d2073ca05d1 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 12 Oct 2014 23:06:44 +0200 Subject: Add an open_all_bookmarks option this option determines if the non-autojoin bookmarks will be opened on startup or not. It is false by default. --- data/default_config.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'data/default_config.cfg') diff --git a/data/default_config.cfg b/data/default_config.cfg index ed21eab0..c1f766b0 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -116,9 +116,12 @@ use_bookmarks_method = # use this option to force the use of local bookmarks # possible values are: anything/false - use_remote_bookmarks = true +# Whether you want all bookmarks, even those without +# autojoin, to be open on startup +open_all_bookmarks = false + # What will be put after the name, when using autocompletion at the # beginning of the input. A space will always be added after that after_completion = , -- cgit v1.2.3