Update with full setup guide for matrix.kokoham.com
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
# WeeChat Matrix Configuration Snippets
|
||||
# Copy these settings to your WeeChat after connecting to matrix.kokoham.com
|
||||
|
||||
# ============================================
|
||||
# NOTIFICATION SETTINGS
|
||||
# ============================================
|
||||
|
||||
# Enable notifications for messages
|
||||
/set plugins.var.dev矩阵.notify.enabled on
|
||||
|
||||
# Show notification for every message
|
||||
/set plugins.var.dev矩阵.notify.message on
|
||||
|
||||
# Show notification for own messages
|
||||
/set plugins.var.dev矩阵.notify.self on
|
||||
|
||||
# ============================================
|
||||
# AUTO-JOIN SETTINGS
|
||||
# ============================================
|
||||
|
||||
# Auto-join rooms on connect (optional)
|
||||
/set plugins.var.dev矩阵.server.kokoham.autojoin true
|
||||
|
||||
# Auto-create DM buffers
|
||||
/set plugins.var.dev矩阵.server.kokoham.automaticrooms direct
|
||||
|
||||
# ============================================
|
||||
# DISPLAY SETTINGS
|
||||
# ============================================
|
||||
|
||||
# Show join/part messages
|
||||
/set weechat.look.buffer_notify_default all
|
||||
|
||||
# Nick color algorithm
|
||||
/set weechat.color.nicklist_nick_alternate_ring on
|
||||
|
||||
# ============================================
|
||||
# TYPOGRAPHY
|
||||
# ============================================
|
||||
|
||||
# Timestamp format
|
||||
/set weechat.look.buffer_time_format "%H:%M"
|
||||
|
||||
/set weechat.look.nick_suffix "│"
|
||||
/set weechat.look.nick_prefix "│"
|
||||
|
||||
/set weechat.look.nick_color_first_chars "9kbzqtwxymc"
|
||||
|
||||
# ============================================
|
||||
# ENCRYPTION (E2EE)
|
||||
# ============================================
|
||||
|
||||
# Generate encryption keys (first time only)
|
||||
/matrix keys device_id
|
||||
|
||||
# Store keys in encrypted file
|
||||
/set plugins.var.dev矩阵.e2ee.default_backend double_p_SOURCE
|
||||
|
||||
# ============================================
|
||||
# PERFORMANCE
|
||||
# ============================================
|
||||
|
||||
# Poll timeout (ms)
|
||||
/set plugins.var.dev矩阵.server.kokoham.poll_timeout 1000
|
||||
|
||||
# Disable typing notifications for performance
|
||||
/set plugins.var.dev矩阵.typing_timeout 0
|
||||
|
||||
# ============================================
|
||||
# SAVE
|
||||
# ============================================
|
||||
|
||||
/save
|
||||
Reference in New Issue
Block a user