From 0c6a0abe8609b870570a623348b4deb62a89cd6f Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 10 May 2012 19:25:32 +0200 Subject: Document some more options --- data/default_config.cfg | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index 2c5f0d81..85366204 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -24,7 +24,6 @@ ignore_certificate = false # value to the services default. whitespace_interval = 300 - # Path to the certificate authenticating the Authority # A server may have several certificates, but if it uses a CA, it will often # keep the same for obvious reasons, so this is a good option if your server @@ -221,6 +220,9 @@ show_muc_jid = true # poezio will only show: toto (2) show_roster_jids = true +# If set to true, the roster will display the offline contacts too +roster_show_offline = false + # The terminal can beep on various event. Put the event you want in a list # (separated by spaces). # The events can be @@ -261,7 +263,6 @@ vertical_tab_list_sort = desc # possible values: desc, asc user_list_sort = desc - # The nick of people who join, part, change their status, etc. in a MUC will # be displayed using their nick color if true. display_user_color_in_join_part = false @@ -295,6 +296,16 @@ send_time = true max_messages_in_memory = 2048 max_lines_in_memory = 2048 +# Set this to true if you want the commands to be executed remotely +# (with ssh & the daemon), see the documentation of the /link plugin +# for details +exec_remote = false + +# Path of the FIFO in which the remote commands will be sent. +# Used with exec_remote set to true, see the documentation of /link for details +# Defaults to ./poezio.fifo +remote_fifo_path = + # Defines if all tabs are resized at the same time (if set to false) # or if they are really resized only when needed (if set to true). # “true” should be the most comfortable value -- cgit v1.2.3