iamb: add config
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# ~/.config/iamb/config.toml
|
||||
|
||||
[profiles.user]
|
||||
user_id = "@s0wlz:ofsg.eu"
|
||||
url = "https://matrix.ofsg.eu" # only if .well-known is missing
|
||||
|
||||
[settings]
|
||||
default_profile = "user"
|
||||
username_display = "displayname"
|
||||
typing_notice_send = false
|
||||
typing_notice_display = true
|
||||
reaction_display = true
|
||||
read_receipt_send = false
|
||||
read_receipt_display = true
|
||||
image_preview = {} # autodetect; swap for sixel/halfblocks in tmux
|
||||
|
||||
[settings.notifications]
|
||||
enabled = true
|
||||
|
||||
[settings.sort]
|
||||
chats = ["favorite", "unread", "recent", "name"]
|
||||
members = ["power", "id"]
|
||||
|
||||
[settings.users]
|
||||
"@s0wlz:ofsg.eu" = { color = "cyan" }
|
||||
|
||||
[macros.normal]
|
||||
";" = ":"
|
||||
"gc" = ":chats<Enter>"
|
||||
"gr" = ":rooms<Enter>"
|
||||
"gs" = ":spaces<Enter>"
|
||||
"gu" = ":unreads<Enter>"
|
||||
"r" = ":reply<Enter>"
|
||||
"me" = ":editor<Enter>"
|
||||
Reference in New Issue
Block a user