diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 48 |
1 files changed, 44 insertions, 4 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 35bc498b..5aa3fdcf 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -15,6 +15,16 @@ jid = # If you leave this empty, the password will be asked at each startup password = +# Path to a PEM certificate file to use for certificate authentication +# through SASL External. If set, keyfile MUST be provided as well in +# order to login. +certfile = + +# Path to a PEM private key file to use for certificate authentication +# through SASL External. If set, certfile MUST be provided as well in +# order to login. +keyfile = + # the nick you will use when joining a room with no associated nick # If this is empty, the $USER environnement variable will be used default_nick = @@ -72,8 +82,7 @@ whitespace_interval = 300 ca_cert_path = # Auto-reconnects you when you get disconnected from the server -# defaults to false because it should not be necessary -auto_reconnect = false +auto_reconnect = true # The time between the ping sent to the server to check if the connection is alive connection_check_interval = 60 @@ -118,6 +127,10 @@ use_bookmarks_method = # possible values are: anything/false use_remote_bookmarks = true +# Force the retrieval of the remote bookmarks even when the server +# doesn't advertise support for your method +force_remote_bookmarks = false + # Whether you want all bookmarks, even those without # autojoin, to be open on startup open_all_bookmarks = false @@ -137,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:" @@ -263,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 @@ -340,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 @@ -362,6 +386,12 @@ vertical_tab_list_sort = desc # possible values: desc, asc user_list_sort = desc +# If the MUC nicks should receive a fixed color based on their text or not +deterministic_nick_colors = true + +# If _nick, nick_, _nick_, nick__ etc. should have the same color as nick +nick_color_aliases = true + # The nick of people who join, part, change their status, etc. in a MUC will # be displayed using their nick color if true. display_user_color_in_join_part = true @@ -369,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 @@ -475,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). @@ -497,3 +533,7 @@ M-i = ^I # to save various data across restarts folded_roster_groups = info_win_height = 2 + +[muc_colors] +# Set color for a nick, under the form +# nick = color |