2023-06-14 21:14:23 -07:00
|
|
|
{
|
|
|
|
"default_profile": "default",
|
|
|
|
"profiles": {
|
|
|
|
"default": {
|
2024-03-09 22:49:40 -08:00
|
|
|
"user_id": "@user:matrix.org",
|
2023-06-14 21:14:23 -07:00
|
|
|
"url": "https://matrix.org",
|
|
|
|
"settings": {},
|
|
|
|
"dirs": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"log_level": "warn",
|
2024-03-24 00:35:10 +01:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
},
|
2023-11-16 08:36:22 -08:00
|
|
|
"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
|
|
|
},
|
2024-03-09 22:49:40 -08:00
|
|
|
"layout": {
|
|
|
|
"style": "restore"
|
|
|
|
},
|
|
|
|
"macros": {
|
2024-01-14 11:21:21 +01:00
|
|
|
"n|v": {
|
|
|
|
"V": "<C-W>m"
|
|
|
|
},
|
2024-03-09 22:49:40 -08:00
|
|
|
"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
|
|
|
}
|