Skip to content

Instantly share code, notes, and snippets.

@areai51
Created March 8, 2026 16:41
Show Gist options
  • Select an option

  • Save areai51/c0b0916baa48c7084d9c33ce6df347d1 to your computer and use it in GitHub Desktop.

Select an option

Save areai51/c0b0916baa48c7084d9c33ce6df347d1 to your computer and use it in GitHub Desktop.
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "afplay /System/Library/Sounds/Funk.aiff"
}
]
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "afplay /System/Library/Sounds/Purr.aiff"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment