diff options
author | xyz <gky44px1999@gmail.com> | 2023-10-21 23:02:28 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2023-10-21 23:02:28 -0700 |
commit | 9eb49b479be5b596f7a95e3ed58f5e651e10b38b (patch) | |
tree | 8ca6a0a247b07662d8093cd022c238609cff870f /home/xyz/.config/weechat/matrix.conf | |
parent | 4b9312ebf6f24291b2c048831f4673db3ed84c41 (diff) |
in process of convert studio laptop to server
Diffstat (limited to 'home/xyz/.config/weechat/matrix.conf')
-rw-r--r-- | home/xyz/.config/weechat/matrix.conf | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/home/xyz/.config/weechat/matrix.conf b/home/xyz/.config/weechat/matrix.conf deleted file mode 100644 index fef9681a..00000000 --- a/home/xyz/.config/weechat/matrix.conf +++ /dev/null @@ -1,68 +0,0 @@ -# -# 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 |