From 96e97962bc64fe8a53c02f7f0bd787cee5c3fc5f Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 21 Feb 2015 23:12:58 +0100 Subject: Add missing options to default_config.cfg and fix some values --- data/default_config.cfg | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'data/default_config.cfg') diff --git a/data/default_config.cfg b/data/default_config.cfg index 27498871..5aa3fdcf 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -150,6 +150,10 @@ max_nick_length = 25 # Show the timestamp of each messages, or not show_timestamps = true +# Allow a message to "correct" another message in the display if +# the sender wants it. +group_corrections = true + # Words that you want to complete on recent words completion, # separated by a colon (:). # e.g. words = "anticonstitutionnellement:I protest:I like bananas:" @@ -276,6 +280,9 @@ show_inactive_tabs = true # - false or anything else: no highlighting show_composing_tabs = direct +# Ignore private messages received in chatrooms +ignore_private = false + # If you want to show the tab names in the bottom tab bar, set this to true show_tab_names = false @@ -353,13 +360,17 @@ themes_dir = # in the theme_dir directory. # If the file is not found (or no filename is specified) the default # theme will be used instead -theme = +theme = default # Whether to create gaps when moving or closing a tab # (a gap means that the number of your tabs does not depend of the previous tabs # but only of the creation order) create_gaps = false +# If Alt-x is pressed and you are already on the tab numbered "x", +# you will go on the previous tab if that option is true +go_to_previous_tab_on_alt_number = false + # If true, a vertical list of tabs, with their name, is displayed on the left of # the screen. enable_vertical_tab_list = false @@ -388,6 +399,12 @@ display_user_color_in_join_part = true # Display user tune notifications as information messages or not display_tune_notifications = false +# Change the tab state when receiving MUC messages. +# useful if you are connected to a high-volume chatroom and do not +# want it to appear in your tab bar as active. Highlights are still +# shown. +notify_messages = true + # Enable Message Carbons (XEP-0280) to deliver message copies from and to # other resources with carbons enabled. enable_carbons = false @@ -494,7 +511,7 @@ exec_remote = false # The "poezio.fifo" file will be created in this directory # Used with exec_remote set to true, see the documentation of /link for details # Defaults to ./ -remote_fifo_path = +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). -- cgit v1.2.3