Disable bell on contour

This commit is contained in:
Skylar Hill 2023-11-21 19:13:11 -06:00
parent 4c590524ab
commit dcffbfd40d
1 changed files with 2 additions and 2 deletions

View File

@ -222,10 +222,10 @@ profiles:
# If set to "default" BEL character sound will be default sound.
# If set to path to a file then BEL sound will use that file. Example
# sound: "/home/user/Music/bell.wav"
sound: "default"
sound: "off"
# If this boolean is true, a window alert will be raised with each bell
alert: true
alert: false
# Defines the class part of the WM_CLASS property of the window.
wm_class: "contour"