summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-06-27 22:01:57 +0200
committerFlorent Le Coz <louiz@louiz.org>2011-06-27 22:01:57 +0200
commitb470c7875f79563ffc0c05f68c917866c2ca4d54 (patch)
tree02e23ba64d0ea1c5795d119e5074911192184ee2 /data
parentd0231331fa3796c286621f76132698b9f664a373 (diff)
downloadpoezio-b470c7875f79563ffc0c05f68c917866c2ca4d54.tar.gz
poezio-b470c7875f79563ffc0c05f68c917866c2ca4d54.tar.bz2
poezio-b470c7875f79563ffc0c05f68c917866c2ca4d54.tar.xz
poezio-b470c7875f79563ffc0c05f68c917866c2ca4d54.zip
Beep() on highlight/message/private-messages (configurable)
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index c376a73c..80ce9f35 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,