diff options
author | mathieui <mathieui@mathieui.net> | 2012-04-18 15:57:43 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-04-18 15:57:43 +0200 |
commit | 25a9a36201cf1e00fc5ece9a39ec2a9a57ced6b3 (patch) | |
tree | 9eec3288ad38d3c23e764b54d062ee08e38d707a /doc/en | |
parent | b3c4dd93eb8cb573c4c8980bc01d578aae2bd7e4 (diff) | |
download | poezio-25a9a36201cf1e00fc5ece9a39ec2a9a57ced6b3.tar.gz poezio-25a9a36201cf1e00fc5ece9a39ec2a9a57ced6b3.tar.bz2 poezio-25a9a36201cf1e00fc5ece9a39ec2a9a57ced6b3.tar.xz poezio-25a9a36201cf1e00fc5ece9a39ec2a9a57ced6b3.zip |
Document the new options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/configure.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index b6fe41bf..e4cb11a8 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -247,6 +247,28 @@ section of this documentation. If you want to show all the tabs in the Tab bar, even those with no activity, set to true. Else, set to false +*show_tab_names*:: false + + If you want to show the tab name in the bottom Tab bar, set this to true. + +*show_tab_numbers*:: true + + If you want to disable the numbers in the bottom Tab bar, set this to false. + Note that if both show_tab_names and show_tab_numbers are set to false, the + numbers will still be displayed. + +*use_tab_nicks*:: true + + The tabs have a name, and a nick, which is, for a contact, its name in the + roster, or for a private conversation, the nickname in the MUC. Set this to + true if you want to have them shown instead of the jid of the contact. + +*show_muc_jid*:: true + + Set this to false if you want to display only the *user* part of the MUC + jid. E.g. if you have poezio@muc.poezio.eu, it will be displayed as + `poezio`. This will be used only if use_tab_nicks is set to true. + *beep_on*:: highlight private |