Created
July 28, 2025 05:06
-
-
Save toy-crane/7a52ad688e94abd3d9ef53fa29c0a37f to your computer and use it in GitHub Desktop.
afplay hooks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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