From 25a9a36201cf1e00fc5ece9a39ec2a9a57ced6b3 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 18 Apr 2012 15:57:43 +0200 Subject: Document the new options --- data/default_config.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index dc5cc4d6..59655f99 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -199,6 +199,22 @@ plugins_autoload = # with no activity, set to true. Else, set to false show_inactive_tabs = true +# If you want to show the tab names in the bottom tab bar, set this to true +show_tab_names = false + +# If you want to disable the numbers in the bottom tab bar, set this to false +# If show_tab_names and show_tab_numbers are both false, the numbers will be +# shown +show_tab_numbers = true + +# Use the contact name, the nick in the MUC instead of the full JID to +# display the tab if set to true. +use_tab_nicks = true + +# If set to false, poezio will only display the user part of the JID (before +# the @) when displaying the MUC tab name. +show_muc_jid = true + # The terminal can beep on various event. Put the event you want in a list # (separated by spaces). # The events can be -- cgit v1.2.3