Disable bell on contour
This commit is contained in:
parent
4c590524ab
commit
dcffbfd40d
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue