about summary refs log tree commit diff
path: root/matrix.conf
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-19 02:53:35 +0900
committersefidel <contact@sefidel.net>2023-02-19 02:53:35 +0900
commit31eb7ea1017c8d91b386c74a21dc5cb3d17afb14 (patch)
tree520470b32052a858a9c15e379d464a1124d5a7a5 /matrix.conf
downloadweechatrc-31eb7ea1017c8d91b386c74a21dc5cb3d17afb14.tar.gz
weechatrc-31eb7ea1017c8d91b386c74a21dc5cb3d17afb14.zip
Initial commit
Diffstat (limited to 'matrix.conf')
-rw-r--r--matrix.conf58
1 files changed, 58 insertions, 0 deletions
diff --git a/matrix.conf b/matrix.conf
new file mode 100644
index 0000000..051823c
--- /dev/null
+++ b/matrix.conf
@@ -0,0 +1,58 @@
+#
+# 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]