Skip to content

Instantly share code, notes, and snippets.

@spajus
Created March 19, 2026 17:20
Show Gist options
  • Select an option

  • Save spajus/62d766d0cb8679b55b280bed1aa1f57a to your computer and use it in GitHub Desktop.

Select an option

Save spajus/62d766d0cb8679b55b280bed1aa1f57a to your computer and use it in GitHub Desktop.
"hooks": {
"PermissionRequest": [
{
"hooks": [
{
"type": "command",
"command": "powershell.exe -NoProfile -c \"[Console]::Beep(600, 100)\"",
"async": true
}
]
}
],
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "powershell.exe -NoProfile -Command \"[console]::beep(800, 100)\""
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "powershell.exe -NoProfile -Command \"[console]::beep(1000, 100)\""
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment