Skip to content

Instantly share code, notes, and snippets.

@bockets
bockets / settings.json
Created January 30, 2026 15:29
Claude code setting to play a sound on a mac when it completes a task or is waiting on input
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "[ $(uname) = 'Darwin' ] && afplay /System/Library/Sounds/Glass.aiff || true"