From c1511f8c5cf8446fa92021014921e1f781c7ae8a Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Thu, 5 Aug 2021 12:53:58 +0200 Subject: [PATCH] Issue: Block bell in Windows Terminal #3 --- scripts/config/wt-settings.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/config/wt-settings.json b/scripts/config/wt-settings.json index 344dcde..81e5097 100644 --- a/scripts/config/wt-settings.json +++ b/scripts/config/wt-settings.json @@ -22,7 +22,8 @@ "cursorShape": "filledBox", "startingDirectory": "%USERPROFILE%\\workspace", "colorScheme": "CMDBOX", - "hidden": false + "hidden": false, + "bellStyle": "none" }, { "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", @@ -31,7 +32,9 @@ "cursorShape": "filledBox", "startingDirectory": "%USERPROFILE%\\workspace", "colorScheme": "POWERSHELL", - "hidden": false + "hidden": false, + "bellStyle": "none" + }, }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",