diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 4f04ae91..84c82ba8 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -4,8 +4,11 @@ "Bash(rg:*)", "Bash(wmctrl:*)", "Bash(grep:*)", - "Bash(hyprctl:*)" + "Bash(hyprctl:*)", + "Bash(set_multiplexer_title 'dotfiles - Claude desktop icon fix')", + "Bash(nix eval *)", + "Read(//nix/store/xmgdj0242sc04hybgd3x6w0a7cw7kkwl-system-path/share/applications/**)" ], "deny": [] } -} \ No newline at end of file +} diff --git a/dotfiles/claude/settings.json b/dotfiles/claude/settings.json index e2bb0a56..f5488fd6 100644 --- a/dotfiles/claude/settings.json +++ b/dotfiles/claude/settings.json @@ -18,4 +18,4 @@ "effortLevel": "high", "skipDangerousModePermissionPrompt": true, "remoteControlAtStartup": true -} +} \ No newline at end of file diff --git a/dotfiles/gitignore b/dotfiles/gitignore index eff6f591..9ced15a7 100644 --- a/dotfiles/gitignore +++ b/dotfiles/gitignore @@ -80,3 +80,5 @@ cabal.project.local /untracked railbird-infra-*.json + +**/.claude/settings.local.json