summaryrefslogtreecommitdiff
path: root/home/xyz/.config/weechat/matrix.conf
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-12-16 00:33:39 -0800
committerxyz <gky44px1999@gmail.com>2021-12-16 00:33:39 -0800
commit642ca3a664fc44347db1d38f5d04c6fb2b83bd93 (patch)
treeba150790153689ee3774383165bcb97db6499610 /home/xyz/.config/weechat/matrix.conf
parent84e4e67a503eefd311f0585337cc4a14b2b029d0 (diff)
add weechat configs
Diffstat (limited to 'home/xyz/.config/weechat/matrix.conf')
-rw-r--r--home/xyz/.config/weechat/matrix.conf68
1 files changed, 68 insertions, 0 deletions
diff --git a/home/xyz/.config/weechat/matrix.conf b/home/xyz/.config/weechat/matrix.conf
new file mode 100644
index 00000000..fef9681a
--- /dev/null
+++ b/home/xyz/.config/weechat/matrix.conf
@@ -0,0 +1,68 @@
+#
+# weechat -- matrix.conf
+#
+# WARNING: It is NOT recommended to edit this file by hand,
+# especially if WeeChat is running.
+#
+# Use commands like /set or /fset to change settings in WeeChat.
+#
+# For more info, see: https://weechat.org/doc/quickstart
+#
+
+[network]
+autoreconnect_delay_growing = 2
+autoreconnect_delay_max = 600
+debug_buffer = off
+debug_category = all
+debug_level = error
+fetch_backlog_on_pgup = on
+lag_min_show = 500
+lag_reconnect = 90
+lazy_load_room_users = off
+max_backlog_sync_events = 10
+max_initial_sync_events = 30
+max_nicklist_users = 5000
+print_unconfirmed_messages = on
+read_markers_conditions = "${markers_enabled}"
+resending_ignores_devices = on
+typing_notice_conditions = "${typing_enabled}"
+
+[look]
+bar_item_typing_notice_prefix = "Typing: "
+busy_sign = "⏳"
+code_block_margin = 2
+code_blocks = on
+disconnect_sign = "❌"
+encrypted_room_sign = "🔐"
+encryption_warning_sign = "⚠️ "
+human_buffer_names = off
+markdown_input = on
+max_typing_notice_item_length = 50
+new_channel_position = none
+pygments_style = "native"
+quote_wrap = 67
+redactions = strikethrough
+server_buffer = merge_with_core
+
+[color]
+error_message_bg = default
+error_message_fg = darkgray
+nick_prefixes = "admin=lightgreen;mod=lightgreen;power=yellow"
+quote_bg = default
+quote_fg = lightgreen
+unconfirmed_message_bg = default
+unconfirmed_message_fg = darkgray
+untagged_code_bg = default
+untagged_code_fg = blue
+
+[server]
+matrix_org.autoconnect = on
+matrix_org.address = "matrix.org"
+matrix_org.port = 443
+matrix_org.proxy = ""
+matrix_org.ssl_verify = on
+matrix_org.username = "flylightning"
+matrix_org.password = "${sec.data.matrix_password}"
+matrix_org.device_name = "Weechat Matrix"
+matrix_org.autoreconnect_delay = 10
+matrix_org.sso_helper_listening_port = 0