summaryrefslogtreecommitdiff
path: root/default/.claude/settings.json
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-17 10:58:02 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-17 10:58:02 +0900
commit570d50bdb97918a0c6c560296d900367115c44dd (patch)
tree6d482dafe44a3e9dc704be23a6937b5aeb33aa9a /default/.claude/settings.json
parent39742b153c01864f9783ad1faf8939ee2e967759 (diff)
modified .claude/settings.json, modified statuslines/statusline.sh
Diffstat (limited to 'default/.claude/settings.json')
-rw-r--r--default/.claude/settings.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/default/.claude/settings.json b/default/.claude/settings.json
index fcc67a2..c6e0048 100644
--- a/default/.claude/settings.json
+++ b/default/.claude/settings.json
@@ -129,30 +129,6 @@
}
]
}
- ],
- "Notification": [
- {
- "matcher": "permission_prompt",
- "hooks": [
- {
- "type": "command",
- "command": "notify-send -u critical -i dialog-warning '🤖 Claude Code' 'Permission confirmation required'",
- "timeout": 5
- }
- ]
- },
- {
- "matcher": "idle_prompt",
- "hooks": [
- {
- "type": "command",
- "command": "notify-send -i dialog-question '🤖 Claude Code' 'Waiting for input'",
- "timeout": 5
- }
- ]
- }
]
}
}
-{
-}