mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
50 lines
1,004 B
JSON
50 lines
1,004 B
JSON
{
|
|
"default_profile": "default",
|
|
"profiles": {
|
|
"default": {
|
|
"user_id": "@user:matrix.org",
|
|
"url": "https://matrix.org",
|
|
"settings": {},
|
|
"dirs": {}
|
|
}
|
|
},
|
|
"settings": {
|
|
"log_level": "warn",
|
|
"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
|
|
}
|
|
}
|
|
},
|
|
"layout": {
|
|
"style": "restore"
|
|
},
|
|
"macros": {
|
|
"i": {
|
|
"jj": "<Esc>"
|
|
}
|
|
},
|
|
"dirs": {
|
|
"cache": "/home/user/.cache/iamb/",
|
|
"logs": "/home/user/.local/share/iamb/logs/",
|
|
"downloads": "/home/user/Downloads/"
|
|
}
|
|
}
|