iamb/docs/example_config.json

55 lines
1.1 KiB
JSON
Raw Normal View History

2023-06-14 21:14:23 -07:00
{
"default_profile": "default",
"profiles": {
"default": {
"user_id": "@user:matrix.org",
2023-06-14 21:14:23 -07:00
"url": "https://matrix.org",
"settings": {},
"dirs": {}
}
},
"settings": {
"log_level": "warn",
"message_shortcode_display": false,
2023-06-14 21:14:23 -07:00
"reaction_display": true,
"reaction_shortcode_display": false,
"read_receipt_send": true,
"read_receipt_display": true,
"request_timeout": 10000,
"typing_notice_send": true,
"typing_notice_display": true,
"users": {
"@user:matrix.org": {
"name": "John Doe",
"color": "magenta"
}
},
"default_room": "#iamb-users:0x.badd.cafe",
"image_preview": {
"protocol": {
"type": "sixel"
},
"size": {
"width": 66,
"height": 10
}
}
2023-06-14 21:14:23 -07:00
},
"layout": {
"style": "restore"
},
"macros": {
"n|v": {
"V": "<C-W>m"
},
"i": {
"jj": "<Esc>"
}
},
2023-06-14 21:14:23 -07:00
"dirs": {
2023-09-13 01:50:37 +02:00
"cache": "/home/user/.cache/iamb/",
"logs": "/home/user/.local/share/iamb/logs/",
"downloads": "/home/user/Downloads/"
2023-06-14 21:14:23 -07:00
}
2023-09-13 01:50:37 +02:00
}