2 # weechat -- plugins.conf
4 # WARNING: It is NOT recommended to edit this file by hand,
5 # especially if WeeChat is running.
7 # Use /set or similar command to change settings in WeeChat.
9 # For more info, see: https://weechat.org/doc/quickstart
14 guile.check_license = "off"
15 lua.check_license = "off"
16 lua.matrix.autojoin_on_invite = "on"
17 lua.matrix.backlog_lines = "120"
18 lua.matrix.debug = "off"
19 lua.matrix.encrypted_message_color = "lightgreen"
20 lua.matrix.homeserver_url = "https://matrix.org/"
21 lua.matrix.local_echo = "on"
22 lua.matrix.password = ""
23 lua.matrix.typing_notices = "on"
25 perl.beep.beep_command_dcc = "$bell"
26 perl.beep.beep_command_highlight = "$bell"
27 perl.beep.beep_command_pv = "$bell"
28 perl.beep.beep_command_timeout = "30000"
29 perl.beep.beep_dcc = "on"
30 perl.beep.beep_highlight = "on"
31 perl.beep.beep_highlight_blacklist = "off"
32 perl.beep.beep_highlight_whitelist = "off"
33 perl.beep.beep_pv = "on"
34 perl.beep.beep_pv_blacklist = "off"
35 perl.beep.beep_pv_whitelist = "off"
36 perl.beep.beep_trigger_highlight = ""
37 perl.beep.beep_trigger_pv = ""
38 perl.beep.bell_always = ""
39 perl.beep.blacklist_nicks = ""
40 perl.beep.whitelist_channels = ""
41 perl.beep.whitelist_nicks = ""
42 perl.check_license = "off"
43 perl.highmon.alignment = "nchannel"
44 perl.highmon.away_only = "off"
45 perl.highmon.bar_lines = "250"
46 perl.highmon.bar_scrolldown = "on"
47 perl.highmon.color_buf = "on"
48 perl.highmon.first_run = "true"
49 perl.highmon.hotlist_show = "off"
50 perl.highmon.logging = "off"
51 perl.highmon.merge_private = "off"
52 perl.highmon.nick_prefix = "<"
53 perl.highmon.nick_suffix = ">"
54 perl.highmon.output = "buffer"
55 perl.highmon.short_names = "on"
56 python.check_license = "off"
57 python.grep.clear_buffer = "off"
58 python.grep.default_tail_head = "10"
59 python.grep.go_to_buffer = "on"
60 python.grep.log_filter = ""
61 python.grep.max_lines = "4000"
62 python.grep.show_summary = "on"
63 python.grep.size_limit = "2048"
64 python.grep.timeout_secs = "300"
65 python.screen_away.away_suffix = ""
66 python.screen_away.command_on_attach = ""
67 python.screen_away.command_on_detach = ""
68 python.screen_away.ignore = ""
69 python.screen_away.ignore_relays = "off"
70 python.screen_away.interval = "5"
71 python.screen_away.message = "Detached from tmux"
72 python.screen_away.no_output = "off"
73 python.screen_away.set_away = "on"
74 python.screen_away.time_format = "since %Y-%m-%d %H:%M:%S%z"
75 python.slack.auto_open_threads = "false"
76 python.slack.background_load_all_history = "false"
77 python.slack.cache_messages = "true"
78 python.slack.channel_name_typing_indicator = "true"
79 python.slack.colorize_messages = "0"
80 python.slack.colorize_private_chats = "0"
81 python.slack.debug_level = "3"
82 python.slack.debug_mode = "false"
83 python.slack.distracting_channels = "lunch"
84 python.slack.external_user_suffix = "*"
85 python.slack.group_name_prefix = "&"
86 python.slack.map_underline_to = "_"
87 python.slack.migrated = "true"
88 python.slack.muted_channels_activity = "personal_highlights"
89 python.slack.never_away = "false"
90 python.slack.record_events = "false"
91 python.slack.render_bold_as = "bold"
92 python.slack.render_italic_as = "italic"
93 python.slack.send_typing_notice = "false"
94 python.slack.server_aliases = ""
95 python.slack.shared_name_prefix = "%"
96 python.slack.short_buffer_names = "false"
97 python.slack.show_reaction_nicks = "0"
98 python.slack.slack_api_token = "${sec.data.slack_uh}"
99 python.slack.slack_timeout = "20000"
100 python.slack.switch_buffer_on_join = "1"
101 python.slack.thread_suffix_color = "lightcyan"
102 python.slack.trigger_value = "0"
103 python.slack.unfurl_auto_link_display = "both"
104 python.slack.unfurl_ignore_alt_text = "0"
105 python.slack.unhide_buffers_with_activity = "false"
106 python.slack_extension.colorize_messages = "0"
107 python.slack_extension.colorize_nicks = "1"
108 python.slack_extension.colorize_private_chats = "0"
109 python.slack_extension.debug_mode = "false"
110 python.slack_extension.distracting_channels = ""
111 python.slack_extension.server_alias.uh-sensationeditor = "se"
112 python.slack_extension.server_alias.ultrahaptics = "uh"
113 python.slack_extension.show_reaction_nicks = "0"
114 python.slack_extension.slack_api_token = "${sec.data.slack_uh}"
115 python.slack_extension.slack_timeout = "20000"
116 python.slack_extension.switch_buffer_on_join = "1"
117 python.slack_extension.trigger_value = "0"
118 python.slack_extension.unfurl_ignore_alt_text = "0"
119 python.text_item.nick = "channel|window_switch ${color:lightcyan}${nick}"
120 ruby.check_license = "off"
121 ruby.colorizer.buffer_regex = ""
122 ruby.colorizer.rule.0 = ""
123 ruby.colorizer.rule.1 = ""
124 ruby.colorizer.rule.2 = ""
125 ruby.colorizer.rule.3 = ""
126 ruby.colorizer.rule.4 = ""
127 ruby.colorizer.rule.8 = "Succeeded/lightgreen"
128 ruby.colorizer.rule.9 = "Failed/lightred"
129 ruby.colorizer.rule.count = "10"
130 tcl.check_license = "off"
133 lua.matrix.autojoin_on_invite = "Automatically join rooms you are invited to (default: "on")"
134 lua.matrix.backlog_lines = "Number of lines to fetch from backlog upon connecting (default: "120")"
135 lua.matrix.debug = "Print a lot of extra information to help with finding bugs and other problems. (default: "off")"
136 lua.matrix.encrypted_message_color = "Print encrypted mesages with this color (default: "lightgreen")"
137 lua.matrix.homeserver_url = "Full URL including port to your homeserver (including trailing slash) or use default matrix.org (default: "https://matrix.org/")"
138 lua.matrix.local_echo = "Print lines locally instead of waiting for return from server (default: "on")"
139 lua.matrix.password = "Your homeserver password (default: "")"
140 lua.matrix.typing_notices = "Send typing notices when you type (default: "on")"
141 lua.matrix.user = "Your homeserver username (default: "")"
142 perl.beep.beep_command_dcc = "command for beep on dcc, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")"
143 perl.beep.beep_command_highlight = "command for beep on highlight, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")"
144 perl.beep.beep_command_pv = "command for beep on private message, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")"
145 perl.beep.beep_command_timeout = "timeout for command run (in milliseconds, 0 = never kill (not recommended)) (default: "30000")"
146 perl.beep.beep_dcc = "beep on dcc (default: "on")"
147 perl.beep.beep_highlight = "beep on highlight (default: "on")"
148 perl.beep.beep_highlight_blacklist = "turn blacklist for highlights on or off (default: "off")"
149 perl.beep.beep_highlight_whitelist = "turn whitelist for highlights on or off (default: "off")"
150 perl.beep.beep_pv = "beep on private message (default: "on")"
151 perl.beep.beep_pv_blacklist = "turn blacklist for private messages on or off (default: "off")"
152 perl.beep.beep_pv_whitelist = "turn whitelist for private messages on or off (default: "off")"
153 perl.beep.beep_trigger_highlight = "word that will trigger execution of beep_command_highlight (if empty, anything will trigger) (default: "")"
154 perl.beep.beep_trigger_pv = "word that will trigger execution of beep_command_pv (it empty, anything will trigger) (default: "")"
155 perl.beep.bell_always = "use $bell on private messages and/or highlights regardless of trigger and whitelist settings (example: "pv,highlight") (default: "")"
156 perl.beep.blacklist_nicks = "comma-separated list of "server.nick": if not empty, these nicks will not be able to trigger execution of commands. Cannot be used in conjuction with whitelist (example: "freenode.nick1,freenode.nick2") (default: "")"
157 perl.beep.whitelist_channels = "comma-separated list of "server.#channel": if not empty, only these channels will trigger execution of commands (example: "freenode.#weechat,freenode.#channel2") (default: "")"
158 perl.beep.whitelist_nicks = "comma-separated list of "server.nick": if not empty, only these nicks will trigger execution of commands (example: "freenode.nick1,freenode.nick2") (default: "")"
159 python.screen_away.away_suffix = "What to append to your nick when you're away."
160 python.screen_away.command_on_attach = "Commands to execute on attach, separated by semicolon"
161 python.screen_away.command_on_detach = "Commands to execute on detach, separated by semicolon"
162 python.screen_away.ignore = "Comma-separated list of servers to ignore."
163 python.screen_away.ignore_relays = "Only check screen status and ignore relay interfaces"
164 python.screen_away.interval = "How often in seconds to check screen status"
165 python.screen_away.message = "Away message"
166 python.screen_away.no_output = "no detach/attach information will be displayed in buffer"
167 python.screen_away.set_away = "Set user as away."
168 python.screen_away.time_format = "time format append to away message"
169 python.slack.auto_open_threads = "Automatically open threads when mentioned or inresponse to own messages."
170 python.slack.background_load_all_history = "Load history for each channel in the background as soon as it opens, rather than waiting for the user to look at it."
171 python.slack.channel_name_typing_indicator = "Change the prefix of a channel from # to > when someone is typing in it. Note that this will (temporarily) affect the sort order if you sort buffers by name rather than by number."
172 python.slack.colorize_private_chats = "Whether to use nick-colors in DM windows."
173 python.slack.debug_level = "Show only this level of debug info (or higher) when debug_mode is on. Lower levels -> more messages."
174 python.slack.debug_mode = "Open a dedicated buffer for debug messages and start logging to it. How verbose the logging is depends on log_level."
175 python.slack.distracting_channels = "List of channels to hide."
176 python.slack.external_user_suffix = "The suffix appended to nicks to indicate external users."
177 python.slack.group_name_prefix = "The prefix of buffer names for groups (private channels)."
178 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."
179 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."
180 python.slack.never_away = "Poke Slack every five minutes so that it never marks you "away"."
181 python.slack.record_events = "Log all traffic from Slack to disk as JSON."
182 python.slack.render_bold_as = "When receiving bold text from Slack, render it as this in weechat."
183 python.slack.render_italic_as = "When receiving bold text from Slack, render it as this in weechat. If your terminal lacks italic support, consider using "underline" instead."
184 python.slack.send_typing_notice = "Alert Slack users when you are typing a message in the input bar (Requires reload)"
185 python.slack.server_aliases = "A comma separated list of `subdomain:alias` pairs. The alias will be used instead of the actual name of the slack (in buffer names, logging, etc). E.g `work:no_fun_allowed` would make your work slack show up as `no_fun_allowed` rather than `work.slack.com`."
186 python.slack.shared_name_prefix = "The prefix of buffer names for shared channels."
187 python.slack.short_buffer_names = "Use `foo.#channel` rather than `foo.slack.com.#channel` as the internal name for Slack buffers. Overrides server_aliases."
188 python.slack.show_reaction_nicks = "Display the name of the reacting user(s) alongside each reactji."
189 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."
190 python.slack.slack_timeout = "How long (ms) to wait when communicating with Slack."
191 python.slack.switch_buffer_on_join = "When /joining a channel, automatically switch to it as well."
192 python.slack.thread_suffix_color = "Color to use for the [thread: XXX] suffix on messages that have threads attached to them."
193 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."
194 python.slack.unfurl_ignore_alt_text = "When displaying ("unfurling") links to channels/users/etc, ignore the "alt text" present in the message and instead use the canonical name of the thing being linked to."
195 python.slack.unhide_buffers_with_activity = "When activity occurs on a buffer, unhide it even if it was previously hidden (whether by the user or by the distracting_channels setting)."
196 ruby.colorizer.buffer_regex = "Only colorize text in buffers with names that match this regex. Leaving this empty matches all buffer names."
197 ruby.colorizer.rule.0 = "A colorizing rule of the form: <regular_expression>/<weechat_color_name> Empty rules are ignored."
198 ruby.colorizer.rule.1 = "A colorizing rule of the form: <regular_expression>/<weechat_color_name> Empty rules are ignored."
199 ruby.colorizer.rule.2 = "A colorizing rule of the form: <regular_expression>/<weechat_color_name> Empty rules are ignored."
200 ruby.colorizer.rule.3 = "A colorizing rule of the form: <regular_expression>/<weechat_color_name> Empty rules are ignored."
201 ruby.colorizer.rule.4 = "A colorizing rule of the form: <regular_expression>/<weechat_color_name> Empty rules are ignored."
202 ruby.colorizer.rule.count = "The maximum number of rules to look for in your config."