summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.claude/settings.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/.claude/settings.json b/.claude/settings.json
index 6125f63..782b67b 100644
--- a/.claude/settings.json
+++ b/.claude/settings.json
@@ -12,6 +12,17 @@
]
},
"hooks": {
+ "Notification": [
+ {
+ "matcher": "permission_prompt|idle_prompt",
+ "hooks": [
+ {
+ "type": "command",
+ "command": "notify-send --app-name 'Claude Code' --icon utilities-terminal 'Claude Code' \"$(jq --raw-output '.message')\""
+ }
+ ]
+ }
+ ],
"PostToolUse": [
{
"matcher": "Edit|Write",