From 8923ea07723341affa7dec3cc9bc600b21672488 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Thu, 12 Mar 2026 12:02:01 +0000 Subject: [PATCH] lower peon volume and disable error sounds --- openpeon/files/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openpeon/files/config.json b/openpeon/files/config.json index 3441fb6..b3b9d29 100644 --- a/openpeon/files/config.json +++ b/openpeon/files/config.json @@ -1,13 +1,13 @@ { "activePack": "glados", - "volume": 1.5, + "volume": 1, "muted": false, "enabledCategories": { "session.start": true, "task.acknowledge": true, "task.complete": true, - "task.error": true, + "task.error": false, "input.required": true, "resource.limit": true } -} +} \ No newline at end of file