Disable ccbell sound notifications
Disables ccbell sound notifications by setting enabled to false in configuration.
/plugin marketplace add mpolatcan/cc-plugins/plugin install mpolatcan-ccbell-plugins-ccbell@mpolatcan/cc-pluginsDisable ccbell sound notifications.
Check for config at:
.claude/ccbell.config.json~/.claude/ccbell.config.jsonRead the existing config and set enabled: false.
If no config exists, create one with enabled: false:
{
"enabled": false,
"debug": false,
"activeProfile": "default",
"quietHours": null,
"events": {
"stop": { "enabled": false, "sound": "bundled:stop", "volume": 0.5, "cooldown": 5 },
"permission_prompt": { "enabled": false, "sound": "bundled:permission_prompt", "volume": 0.7, "cooldown": 0 },
"idle_prompt": { "enabled": false, "sound": "bundled:idle_prompt", "volume": 0.5, "cooldown": 10 },
"subagent": { "enabled": false, "sound": "bundled:subagent", "volume": 0.5, "cooldown": 5 }
}
}
Write the updated config.
Tell the user:
ccbell sound notifications disabled.
No sounds will play until you run /ccbell:enable.
Your sound preferences have been preserved.