diff --git a/dot_config/iamb/config.toml b/dot_config/iamb/config.toml new file mode 100644 index 0000000..b0f4e9e --- /dev/null +++ b/dot_config/iamb/config.toml @@ -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" +"gr" = ":rooms" +"gs" = ":spaces" +"gu" = ":unreads" +"r" = ":reply" +"me" = ":editor"