configure iamb
This commit is contained in:
parent
bf941d53c5
commit
bd66b5d255
41
config/iamb/config.toml
Normal file
41
config/iamb/config.toml
Normal file
@ -0,0 +1,41 @@
|
||||
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/"
|
Loading…
Reference in New Issue
Block a user