summaryrefslogtreecommitdiff
path: root/poezio/config.py
diff options
context:
space:
mode:
authorJonas Schäfer <j.wielicki@sotecware.net>2020-05-10 12:07:37 +0200
committerLink Mauve <linkmauve@linkmauve.fr>2022-04-06 20:30:33 +0200
commit7b99fcfb2f367c51faf3f2fd2b6a583be87a9e45 (patch)
tree151e4a69c00cd5ea97be651b540b43141cf095cd /poezio/config.py
parentbe7542b8c822877da31b14177cbec1435a097ca0 (diff)
downloadpoezio-7b99fcfb2f367c51faf3f2fd2b6a583be87a9e45.tar.gz
poezio-7b99fcfb2f367c51faf3f2fd2b6a583be87a9e45.tar.bz2
poezio-7b99fcfb2f367c51faf3f2fd2b6a583be87a9e45.tar.xz
poezio-7b99fcfb2f367c51faf3f2fd2b6a583be87a9e45.zip
Add option to use XEP-0392 for tab names/numbers in the infobar
This will autocolour the tabs based on their name (typically the JID) if a new message or highlight occured. If it was a normal new message, the colouring will be subtle (foreground instead of background), otherwise (on a highlight or 1:1 message), the colouring will affect the background and thus stand out much more.
Diffstat (limited to 'poezio/config.py')
-rw-r--r--poezio/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/config.py b/poezio/config.py
index 7bbc9268..01455173 100644
--- a/poezio/config.py
+++ b/poezio/config.py
@@ -48,6 +48,7 @@ DEFAULT_CONFIG: ConfigDict = {
'after_completion': ',',
'alternative_nickname': '',
'auto_reconnect': True,
+ 'autocolor_tab_names': False,
'autorejoin_delay': '5',
'autorejoin': False,
'beep_on': 'highlight private invite disconnect',