summaryrefslogtreecommitdiff
path: root/data/default_config.cfg
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-04-15 22:57:44 +0200
committermathieui <mathieui@mathieui.net>2014-04-15 22:57:44 +0200
commita784216196df764e2bb790efe7a799e9cad5588b (patch)
tree8c5f1a4c013b92cc1f21ad1341055c3eecc1a759 /data/default_config.cfg
parent80ebe9edc041f7950c8858cd6176830c62b11ada (diff)
downloadpoezio-a784216196df764e2bb790efe7a799e9cad5588b.tar.gz
poezio-a784216196df764e2bb790efe7a799e9cad5588b.tar.bz2
poezio-a784216196df764e2bb790efe7a799e9cad5588b.tar.xz
poezio-a784216196df764e2bb790efe7a799e9cad5588b.zip
Fix #2440 (highlight composing tabs)
- add a show_composing_tabs option, default value: "direct" - todo: find a nice different color for this
Diffstat (limited to 'data/default_config.cfg')
-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 0e5ecf4f..10ed9ddb 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -250,6 +250,16 @@ plugins_conf_dir =
# with no activity, set to true. Else, set to false
show_inactive_tabs = true
+# If you want to highlight tabs where the contact is typing
+# possible values:
+# - direct: one-to-one chats
+# - private: private chats in chatrooms
+# - conversation: chats with contacts or other JIDs
+# - muc: chatrooms
+# - true: all chat tabs
+# - false or anything else: no highlighting
+show_composing_tabs = direct
+
# If you want to show the tab names in the bottom tab bar, set this to true
show_tab_names = false