# # weechat -- plugins.conf # # 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. # # For more info, see: https://weechat.org/doc/quickstart # [var] fifo.fifo = "on" guile.check_license = "off" lua.check_license = "off" lua.matrix.autojoin_on_invite = "on" lua.matrix.backlog_lines = "120" lua.matrix.debug = "off" lua.matrix.encrypted_message_color = "lightgreen" lua.matrix.homeserver_url = "https://matrix.org/" lua.matrix.local_echo = "on" lua.matrix.password = "" lua.matrix.typing_notices = "on" lua.matrix.user = "" perl.beep.beep_command_dcc = "$bell" perl.beep.beep_command_highlight = "$bell" perl.beep.beep_command_pv = "$bell" perl.beep.beep_command_timeout = "30000" perl.beep.beep_dcc = "on" perl.beep.beep_highlight = "on" perl.beep.beep_highlight_blacklist = "off" perl.beep.beep_highlight_whitelist = "off" perl.beep.beep_pv = "on" perl.beep.beep_pv_blacklist = "off" perl.beep.beep_pv_whitelist = "off" perl.beep.beep_trigger_highlight = "" perl.beep.beep_trigger_pv = "" perl.beep.bell_always = "" perl.beep.blacklist_nicks = "" perl.beep.whitelist_channels = "" perl.beep.whitelist_nicks = "" perl.check_license = "off" perl.highmon.alignment = "nchannel" perl.highmon.away_only = "off" perl.highmon.bar_lines = "250" perl.highmon.bar_scrolldown = "on" perl.highmon.color_buf = "on" perl.highmon.first_run = "true" perl.highmon.hotlist_show = "off" perl.highmon.logging = "off" perl.highmon.merge_private = "off" perl.highmon.nick_prefix = "<" perl.highmon.nick_suffix = ">" perl.highmon.output = "buffer" perl.highmon.short_names = "on" python.check_license = "off" python.grep.clear_buffer = "off" python.grep.default_tail_head = "10" python.grep.go_to_buffer = "on" python.grep.log_filter = "" python.grep.max_lines = "4000" python.grep.show_summary = "on" python.grep.size_limit = "2048" python.screen_away.away_suffix = "" python.screen_away.command_on_attach = "" python.screen_away.command_on_detach = "" python.screen_away.ignore = "" python.screen_away.ignore_relays = "off" python.screen_away.interval = "5" python.screen_away.message = "Detached from tmux" python.screen_away.set_away = "on" python.screen_away.time_format = "since %Y-%m-%d %H:%M:%S%z" python.slack_extension.colorize_messages = "0" python.slack_extension.colorize_nicks = "1" python.slack_extension.colorize_private_chats = "0" python.slack_extension.debug_mode = "" python.slack_extension.distracting_channels = "" python.slack_extension.server_alias.uh-sensationeditor = "se" python.slack_extension.server_alias.ultrahaptics = "uh" python.slack_extension.show_reaction_nicks = "0" python.slack_extension.slack_api_token = "${sec.data.slack_uh}" python.slack_extension.switch_buffer_on_join = "1" python.slack_extension.trigger_value = "0" python.slack_extension.unfurl_ignore_alt_text = "0" ruby.check_license = "off" ruby.colorizer.buffer_regex = "" ruby.colorizer.rule.0 = "" ruby.colorizer.rule.1 = "" ruby.colorizer.rule.2 = "" ruby.colorizer.rule.3 = "" ruby.colorizer.rule.4 = "" ruby.colorizer.rule.8 = "Succeeded/lightgreen" ruby.colorizer.rule.9 = "Failed/lightred" ruby.colorizer.rule.count = "10" tcl.check_license = "off" [desc] lua.matrix.autojoin_on_invite = "Automatically join rooms you are invited to (default: "on")" lua.matrix.backlog_lines = "Number of lines to fetch from backlog upon connecting (default: "120")" lua.matrix.debug = "Print a lot of extra information to help with finding bugs and other problems. (default: "off")" lua.matrix.encrypted_message_color = "Print encrypted mesages with this color (default: "lightgreen")" lua.matrix.homeserver_url = "Full URL including port to your homeserver (including trailing slash) or use default matrix.org (default: "https://matrix.org/")" lua.matrix.local_echo = "Print lines locally instead of waiting for return from server (default: "on")" lua.matrix.password = "Your homeserver password (default: "")" lua.matrix.typing_notices = "Send typing notices when you type (default: "on")" lua.matrix.user = "Your homeserver username (default: "")" perl.beep.beep_command_dcc = "command for beep on dcc, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")" perl.beep.beep_command_highlight = "command for beep on highlight, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")" perl.beep.beep_command_pv = "command for beep on private message, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")" perl.beep.beep_command_timeout = "timeout for command run (in milliseconds, 0 = never kill (not recommended)) (default: "30000")" perl.beep.beep_dcc = "beep on dcc (default: "on")" perl.beep.beep_highlight = "beep on highlight (default: "on")" perl.beep.beep_highlight_blacklist = "turn blacklist for highlights on or off (default: "off")" perl.beep.beep_highlight_whitelist = "turn whitelist for highlights on or off (default: "off")" perl.beep.beep_pv = "beep on private message (default: "on")" perl.beep.beep_pv_blacklist = "turn blacklist for private messages on or off (default: "off")" perl.beep.beep_pv_whitelist = "turn whitelist for private messages on or off (default: "off")" perl.beep.beep_trigger_highlight = "word that will trigger execution of beep_command_highlight (if empty, anything will trigger) (default: "")" perl.beep.beep_trigger_pv = "word that will trigger execution of beep_command_pv (it empty, anything will trigger) (default: "")" perl.beep.bell_always = "use $bell on private messages and/or highlights regardless of trigger and whitelist settings (example: "pv,highlight") (default: "")" 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: "")" 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: "")" 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: "")" python.screen_away.away_suffix = "What to append to your nick when you're away." python.screen_away.command_on_attach = "Commands to execute on attach, separated by semicolon" python.screen_away.command_on_detach = "Commands to execute on detach, separated by semicolon" python.screen_away.ignore = "Comma-separated list of servers to ignore." python.screen_away.ignore_relays = "Only check screen status and ignore relay interfaces" python.screen_away.interval = "How often in seconds to check screen status" python.screen_away.message = "Away message" python.screen_away.set_away = "Set user as away." python.screen_away.time_format = "time format append to away message"