summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-05-10 19:25:32 +0200
committermathieui <mathieui@mathieui.net>2012-05-10 19:25:32 +0200
commit0c6a0abe8609b870570a623348b4deb62a89cd6f (patch)
tree0ebc07ba77c30cc6e120daa34af1763479e938c3 /data
parent5498ad37c8e1235863040eeaa854ac5d3e6cfc89 (diff)
downloadpoezio-0c6a0abe8609b870570a623348b4deb62a89cd6f.tar.gz
poezio-0c6a0abe8609b870570a623348b4deb62a89cd6f.tar.bz2
poezio-0c6a0abe8609b870570a623348b4deb62a89cd6f.tar.xz
poezio-0c6a0abe8609b870570a623348b4deb62a89cd6f.zip
Document some more options
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg15
1 files changed, 13 insertions, 2 deletions
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