X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f25da6e7e7c09d7c5407a3fe6d2d3a7cdb0c695c..b51f3563d6cb0010825b2d2b9fe01e687f54345a:/weechat/plugins.conf?ds=inline diff --git a/weechat/plugins.conf b/weechat/plugins.conf index 42ba279..c760f46 100644 --- a/weechat/plugins.conf +++ b/weechat/plugins.conf @@ -1,11 +1,27 @@ # -# plugins.conf -- weechat v1.1.1 +# 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" @@ -54,10 +70,63 @@ 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.background_load_all_history = "false" +python.slack.cache_messages = "true" +python.slack.channel_name_typing_indicator = "true" +python.slack.colorize_messages = "0" +python.slack.colorize_private_chats = "0" +python.slack.debug_level = "3" +python.slack.debug_mode = "false" +python.slack.distracting_channels = "" +python.slack.migrated = "true" +python.slack.never_away = "false" +python.slack.record_events = "false" +python.slack.server_aliases = "" +python.slack.short_buffer_names = "false" +python.slack.show_reaction_nicks = "0" +python.slack.slack_api_token = "${sec.data.slack_uh}" +python.slack.slack_timeout = "20000" +python.slack.switch_buffer_on_join = "1" +python.slack.thread_suffix_color = "lightcyan" +python.slack.trigger_value = "0" +python.slack.unfurl_ignore_alt_text = "0" +python.slack.unhide_buffers_with_activity = "false" +python.slack_extension.colorize_messages = "0" +python.slack_extension.colorize_nicks = "1" +python.slack_extension.colorize_private_chats = "0" +python.slack_extension.debug_mode = "false" +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.slack_timeout = "20000" +python.slack_extension.switch_buffer_on_join = "1" +python.slack_extension.trigger_value = "0" +python.slack_extension.unfurl_ignore_alt_text = "0" +python.text_item.nick = "channel|window_switch ${color:lightcyan}${nick}" 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")" @@ -84,3 +153,10 @@ 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" +ruby.colorizer.buffer_regex = "Only colorize text in buffers with names that match this regex. Leaving this empty matches all buffer names." +ruby.colorizer.rule.0 = "A colorizing rule of the form: / Empty rules are ignored." +ruby.colorizer.rule.1 = "A colorizing rule of the form: / Empty rules are ignored." +ruby.colorizer.rule.2 = "A colorizing rule of the form: / Empty rules are ignored." +ruby.colorizer.rule.3 = "A colorizing rule of the form: / Empty rules are ignored." +ruby.colorizer.rule.4 = "A colorizing rule of the form: / Empty rules are ignored." +ruby.colorizer.rule.count = "The maximum number of rules to look for in your config."