diff options
author | mathieui <mathieui@mathieui.net> | 2012-02-15 22:29:13 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-02-15 22:29:13 +0100 |
commit | c26ff221fd62c28c0d4e7a527c36b449dbd25f50 (patch) | |
tree | 938abaf7a0fbd2370cd16d7cf46d0181605808d6 /data | |
parent | 6f34260d89728eef9970412789541a181c096a4d (diff) | |
download | poezio-c26ff221fd62c28c0d4e7a527c36b449dbd25f50.tar.gz poezio-c26ff221fd62c28c0d4e7a527c36b449dbd25f50.tar.bz2 poezio-c26ff221fd62c28c0d4e7a527c36b449dbd25f50.tar.xz poezio-c26ff221fd62c28c0d4e7a527c36b449dbd25f50.zip |
Documentation update
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 4188851b..87a121bb 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -196,10 +196,14 @@ themes_dir = # theme will be used instead theme = +# If true, a vertical list of tabs, with their name, is displayed on the left of +# the screen. enable_vertical_tab_list = false vertical_tab_list_size = 20 +# If set to desc, the tabs will be displayed from top to bottom in the list, +# if set to asc, they will be displayed from bottom to top. vertical_tab_list_sort = desc # Show the user list at the bottom when in a MUC |