diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-04-16 18:07:14 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-04-16 18:07:14 +0200 |
commit | 9889baf0ce398131979f3531ac65a602dfd8e782 (patch) | |
tree | 5b07a365ece577520986a65111b8a7345072d4f1 /data | |
parent | 4c01b70a22aa175689adbdf87f0c866b2bf0662c (diff) | |
download | poezio-9889baf0ce398131979f3531ac65a602dfd8e782.tar.gz poezio-9889baf0ce398131979f3531ac65a602dfd8e782.tar.bz2 poezio-9889baf0ce398131979f3531ac65a602dfd8e782.tar.xz poezio-9889baf0ce398131979f3531ac65a602dfd8e782.zip |
Make the information messages "pop" the information buffer temporarly
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 1e35f5cd..c376a73c 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -79,6 +79,20 @@ hide_exit_join = -1 hide_status_change = 120 + +# Some informational messages (error, a contact getting connected, etc) +# are sometimes added to the information buffer. These settings can make +# it grow temporarly so you can read these information when they appear. + +# A list of message types that should make the information buffer grow +# Possible values; error, roster, warning, info, help +information_buffer_popup_on = error roster warning help info + +# The time the message will be visible. If the message takes more than +# one line, the popup will stay visible two second per additional lines +popup_time = 4 + + # set to 'true' if you want to automatically rejoin the # room when you're kicked autorejoin = false |