Claude Code の私的設定
音を鳴らす
参考: 全Claude Codeユーザーに告ぐ!いますぐhooksにこれを入れろ!|けいすけ
code:~/.claude/settings.json
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "afplay /System/Library/Sounds/Glass.aiff"
}
]
}
],
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "afplay /System/Library/Sounds/Glass.aiff"
}
]
}
]
}