C:\Users\_..._\.claude\settings.json
- Hook "Notification": Reproduce el sonido C:\Windows\Media\notify.wav usando PowerShell cada vez que se dispara una
notificación (por ejemplo, cuando termina una tarea larga).
{
"hooks": {
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "powershell.exe -c \"(New-Object Media.SoundPlayer 'C:\\Windows\\Media\\notify.wav').PlaySync()\""
}
]
}
]
}
}