From f079f625b9d7b1c4ffa259f78409ed8873d8582e Mon Sep 17 00:00:00 2001 From: Henro Veijer Date: Sat, 28 Feb 2026 11:47:17 +0100 Subject: [PATCH] Disabled notifications for shell commands --- .../conf/desktop/notifications/ncsway/config.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/henrovnix_ok/assets/conf/desktop/notifications/ncsway/config.json b/henrovnix_ok/assets/conf/desktop/notifications/ncsway/config.json index b1d92e4ae..f8aef7acf 100644 --- a/henrovnix_ok/assets/conf/desktop/notifications/ncsway/config.json +++ b/henrovnix_ok/assets/conf/desktop/notifications/ncsway/config.json @@ -40,11 +40,7 @@ "text-empty": "No notifications", - "widgets": [ - "title", - "dnd", - "notifications" - ], + "widgets": ["title", "dnd", "notifications"], "widget-config": { "title": { @@ -56,7 +52,8 @@ "text": "Do Not Disturb" }, "notifications": { - "vexpand": true + "vexpand": true, + "shell_command": false } } -} \ No newline at end of file +}