]> git.rmz.io Git - dotfiles.git/blobdiff - weechat/plugins.conf
qutebrowser: also cycle through accept all cookies
[dotfiles.git] / weechat / plugins.conf
index a9ecb1a3a62509c009512ffc20dea3fbcc48cc11..727ee823ae0bc8a258440bdaea797d2d15061da2 100644 (file)
@@ -4,9 +4,9 @@
 # WARNING: It is NOT recommended to edit this file by hand,
 # especially if WeeChat is running.
 #
-# Use /set or similar command to change settings in WeeChat.
+# 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"
@@ -107,6 +107,7 @@ python.slack.external_user_suffix = "*"
 python.slack.files_download_location = ""
 python.slack.group_name_prefix = "&"
 python.slack.history_fetch_count = "200"
+python.slack.link_previews = "true"
 python.slack.map_underline_to = "_"
 python.slack.migrated = "true"
 python.slack.muted_channels_activity = "personal_highlights"
@@ -123,9 +124,10 @@ python.slack.shared_name_prefix = "%"
 python.slack.short_buffer_names = "true"
 python.slack.show_buflist_presence = "true"
 python.slack.show_reaction_nicks = "0"
-python.slack.slack_api_token = "${sec.data.slack_token_fpp}"
+python.slack.slack_api_token = "${sec.data.slack_token_wio}"
 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"
@@ -217,6 +219,7 @@ python.slack.external_user_suffix = "The suffix appended to nicks to indicate ex
 python.slack.files_download_location = "If set, file attachments will be automatically downloaded to this location. "%h" will be replaced by WeeChat home, "~/.weechat" by default. Requires WeeChat 2.2 or newer."
 python.slack.group_name_prefix = "The prefix of buffer names for groups (private channels)."
 python.slack.history_fetch_count = "The number of messages to fetch for each channel when fetching history, between 1 and 1000."
+python.slack.link_previews = "Show previews of website content linked by teammates."
 python.slack.map_underline_to = "When sending underlined text to slack, use this formatting character for it. The default ("_") sends it as italics. Use "*" to send bold instead."
 python.slack.muted_channels_activity = "Control which activity you see from muted channels, either none, personal_highlights, all_highlights or all. none: Don't show any activity. personal_highlights: Only show personal highlights, i.e. not @channel and @here. all_highlights: Show all highlights, but not other messages. all: Show all activity, like other channels."
 python.slack.never_away = "Poke Slack every five minutes so that it never marks you "away"."
@@ -235,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."