summaryrefslogtreecommitdiff
path: root/data/default_config.cfg
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-02-21 23:12:58 +0100
committermathieui <mathieui@mathieui.net>2015-02-21 23:12:58 +0100
commit96e97962bc64fe8a53c02f7f0bd787cee5c3fc5f (patch)
tree36e78b4bc8485621521aadc54ef6a19843fe367c /data/default_config.cfg
parent5fc1f9728afcc71923d51bdf42e3ab70495e4486 (diff)
downloadpoezio-96e97962bc64fe8a53c02f7f0bd787cee5c3fc5f.tar.gz
poezio-96e97962bc64fe8a53c02f7f0bd787cee5c3fc5f.tar.bz2
poezio-96e97962bc64fe8a53c02f7f0bd787cee5c3fc5f.tar.xz
poezio-96e97962bc64fe8a53c02f7f0bd787cee5c3fc5f.zip
Add missing options to default_config.cfg and fix some values
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r--data/default_config.cfg21
1 files changed, 19 insertions, 2 deletions
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).