]> git.rmz.io Git - dotfiles.git/blobdiff - weechat/plugins.conf
vim: highlight non-breakable-spaces
[dotfiles.git] / weechat / plugins.conf
index 68e4968562a5a21461b613c2b069a6613c879572..324ca62430730bc1f8a97d9af39b0159287d9f50 100644 (file)
@@ -6,7 +6,7 @@
 #
 # Use commands like /set or /fset to change settings in WeeChat.
 #
-# For more info, see: https://weechat.org/doc/quickstart
+# For more info, see: https://weechat.org/doc/quickstart/
 #
 
 [var]
@@ -93,7 +93,7 @@ python.slack.channel_name_typing_indicator = "true"
 python.slack.color_buflist_muted_channels = "darkgray"
 python.slack.color_deleted = "red"
 python.slack.color_edited_suffix = "095"
-python.slack.color_reaction_suffix = "darkgray"
+python.slack.color_reaction_suffix = "darkblue"
 python.slack.color_reaction_suffix_added_by_you = "blue"
 python.slack.color_thread_suffix = "lightcyan"
 python.slack.color_typing_notice = "yellow"
@@ -127,6 +127,7 @@ python.slack.show_reaction_nicks = "0"
 python.slack.slack_api_token = "${sec.data.slack_token_fpp}"
 python.slack.slack_timeout = "20000"
 python.slack.switch_buffer_on_join = "1"
+python.slack.thread_broadcast_prefix = "+ "
 python.slack.thread_messages_in_channel = "false"
 python.slack.thread_suffix_color = "lightcyan"
 python.slack.trigger_value = "0"
@@ -237,6 +238,7 @@ python.slack.show_reaction_nicks = "Display the name of the reacting user(s) alo
 python.slack.slack_api_token = "List of Slack API tokens, one per Slack instance you want to connect to. See the README for details on how to get these."
 python.slack.slack_timeout = "How long (ms) to wait when communicating with Slack."
 python.slack.switch_buffer_on_join = "When /joining a channel, automatically switch to it as well."
+python.slack.thread_broadcast_prefix = "Prefix to distinguish thread messages that were also sent to the channel, when thread_messages_in_channel is enabled."
 python.slack.thread_messages_in_channel = "When enabled shows thread messages in the parent channel."
 python.slack.thread_suffix_color = "Color to use for the [thread: XXX] suffix on messages that have threads attached to them."
 python.slack.unfurl_auto_link_display = "When displaying ("unfurling") links to channels/users/etc, determine what is displayed when the text matches the url without the protocol. This happens when Slack automatically creates links, e.g. from words separated by dots or email addresses. Set it to "text" to only display the text written by the user, "url" to only display the url or "both" (the default) to display both."