diff options
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index c376a73c..53357009 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -136,6 +136,16 @@ log_dir = # with no activity, set to true. Else, set to false show_inactive_tabs = true +# The terminal can beep on various event. Put the event you want in a list +# (separated by spaces). +# The events can be +# - highlight (when you are highlighted in a MUC) +# - private (when a new private message is received, from your contacts or +# someone from a MUC) +# - message (any message from a MUC) +beep_on = highlight private + + # Theme # If themes_dir is not set, logs will searched for in $XDG_DATA_HOME/poezio/themes, @@ -179,6 +189,16 @@ send_time = true max_messages_in_memory = 2048 max_lines_in_memory = 2048 +[bindings] +# Bindings are keyboard shortcut aliases. You can use them +# to define your own keys and bind them with some functions +# The syntaxe is +# key = bind +# where ^x means Control + x +# and M-x means Alt + x +# The example turns Alt + i into a tab key +M-i = ^I + [var] # You should not edit this section, it is just used by poezio # to save various data across restarts |