42 lines
853 B
TOML
42 lines
853 B
TOML
default_profile = "default"
|
|
|
|
[profiles.default]
|
|
user_id = "@noctua:matrix.noctua-nivalis.be"
|
|
url = "https://matrix.noctua-nivalis.be"
|
|
|
|
[settings]
|
|
default_room = "#admin:matrix.noctua-nivalis.be"
|
|
log_level = "warn"
|
|
message_shortcode_display = false
|
|
open_command = ["rifle"]
|
|
reaction_display = true
|
|
reaction_shortcode_display = false
|
|
read_receipt_display = true
|
|
read_receipt_send = true
|
|
request_timeout = 10000
|
|
typing_notice_display = true
|
|
typing_notice_send = true
|
|
user_gutter_width = 15
|
|
username_display = "displayname"
|
|
|
|
[settings.sort]
|
|
chats = ["recent"]
|
|
rooms = ["favorite", "lowpriority", "unread", "name"]
|
|
members = ["power", "id"]
|
|
|
|
[layout]
|
|
style = "config"
|
|
|
|
[[layout.tabs]]
|
|
window = "iamb://chats"
|
|
|
|
[macros.insert]
|
|
"jj" = "<Esc>"
|
|
|
|
[macros."normal|visual"]
|
|
"V" = "<C-W>m"
|
|
|
|
[dirs]
|
|
logs = "/home/ninewise/.local/share/iamb/logs/"
|
|
downloads = "/tmp/"
|