From 1f42da870ba95e96647ce9e29a806d32b820cd89 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 9 Jun 2026 11:51:38 +0200 Subject: misc(claude): send notification when Claude is waiting for user input --- .claude/settings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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", -- cgit v1.3.1