From e92a0d2bff3ed2c09d2bde3873a4db7638729b5a Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 17 Jan 2026 10:56:30 +0900 Subject: modified shell/profile, created claude/ --- ar/.config/claude/settings.json | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 ar/.config/claude/settings.json (limited to 'ar/.config/claude/settings.json') diff --git a/ar/.config/claude/settings.json b/ar/.config/claude/settings.json new file mode 100644 index 0000000..8c88f47 --- /dev/null +++ b/ar/.config/claude/settings.json @@ -0,0 +1,42 @@ +{ + "model": "sonnet", + "permissions": { + "deny": [ + "Bash(rm -rf:*)", + "Read(**/*.gpg)", + "Read(**/.gnupg/**/*)", + "Read(**/.password-store/**/*)", + "Write(**/*.gpg)", + "Write(**/.gnupg/**/*)", + "Write(**/.password-store/**/*)" + ] + }, + "statusLine": { + "type": "command", + "command": "$CLAUDE_CONFIG_DIR/statuslines/statusline.sh" + }, + "hooks": { + "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 + } + ] + } + ] + } +} -- cgit v1.2.3