Init
This commit is contained in:
41
config.json
Normal file
41
config.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"// comment": "Where to read Claude Code transcripts from. Default points at the WSL Ubuntu home over the wsl.localhost share.",
|
||||
"wslDistro": "Ubuntu",
|
||||
"linuxHome": "/home/philipp",
|
||||
|
||||
"// projectsPathOverride": "Set this to a full Windows path to bypass distro/home composition, e.g. \\\\\\\\wsl.localhost\\\\Ubuntu\\\\home\\\\philipp\\\\.claude\\\\projects",
|
||||
"projectsPathOverride": "",
|
||||
|
||||
"// activeMinutes": "A chat counts as 'active' if its transcript was written within this many minutes.",
|
||||
"activeMinutes": 5,
|
||||
|
||||
"// refreshSeconds": "How often to rescan transcripts.",
|
||||
"refreshSeconds": 4,
|
||||
|
||||
"// pendingPermissionSeconds": "If a chat's last action is a tool call that hasn't completed within this many seconds, treat it as blocked on a permission prompt (needs your approval) rather than still running.",
|
||||
"pendingPermissionSeconds": 8,
|
||||
|
||||
"// monitorIndex": "Which monitor to dock to. -1 = last screen (typical side monitor), 0 = primary, 1 = second, etc.",
|
||||
"monitorIndex": 1,
|
||||
|
||||
"// edgeMargin": "Gap in pixels from the bottom-right corner of the monitor's working area.",
|
||||
"edgeMargin": 12,
|
||||
|
||||
"// onlyVsCode": "If true, only show chats started in VS Code (entrypoint = claude-vscode).",
|
||||
"onlyVsCode": true,
|
||||
|
||||
"// startMinimized": "If true, start in State 1 (arrow button).",
|
||||
"startMinimized": true,
|
||||
|
||||
"// flashOnAttention": "Flash the widget when a chat finishes or asks for input.",
|
||||
"flashOnAttention": true,
|
||||
|
||||
"// soundOnAttention": "Also play a short system sound on that event.",
|
||||
"soundOnAttention": false,
|
||||
|
||||
"// showSessionLimit": "Show the Pro session/weekly usage meter (calls the Claude usage API with your OAuth token).",
|
||||
"showSessionLimit": true,
|
||||
|
||||
"// usageRefreshSeconds": "How often to poll the usage API. The endpoint is shared with Claude Code itself, so keep this generous (the limit windows move slowly anyway). On an HTTP 429 the app automatically backs off well beyond this value.",
|
||||
"usageRefreshSeconds": 150
|
||||
}
|
||||
Reference in New Issue
Block a user