diff options
Diffstat (limited to 'data/default_config.cfg')
-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 |