mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-01-15 01:20:44 -08:00
25 lines
727 B
JSON
25 lines
727 B
JSON
{
|
|
"sound": false,
|
|
"notification": true,
|
|
"timeout": 5,
|
|
"showProjectName": true,
|
|
"events": {
|
|
"permission": { "sound": false, "notification": true },
|
|
"complete": { "sound": false, "notification": true },
|
|
"error": { "sound": false, "notification": true },
|
|
"question": { "sound": false, "notification": true }
|
|
},
|
|
"messages": {
|
|
"permission": "Session needs permission",
|
|
"complete": "Session has finished",
|
|
"error": "Session encountered an error",
|
|
"question": "Session has a question"
|
|
},
|
|
"sounds": {
|
|
"permission": "/path/to/custom/sound.wav",
|
|
"complete": "/path/to/custom/sound.wav",
|
|
"error": "/path/to/custom/sound.wav",
|
|
"question": "/path/to/custom/sound.wav"
|
|
}
|
|
}
|