Add missing options to default_config.cfg and fix some values

This commit is contained in:
mathieui 2015-02-21 23:12:58 +01:00
parent 5fc1f9728a
commit 96e97962bc
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -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).