Skip to content

Instantly share code, notes, and snippets.

@toy-crane
Created July 28, 2025 05:06
Show Gist options
  • Save toy-crane/7a52ad688e94abd3d9ef53fa29c0a37f to your computer and use it in GitHub Desktop.
Save toy-crane/7a52ad688e94abd3d9ef53fa29c0a37f to your computer and use it in GitHub Desktop.
afplay hooks
{
"hooks": {
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "afplay /System/Library/Sounds/Glass.aiff"
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "afplay /System/Library/Sounds/Frog.aiff"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment