disable audible bell in kitty
This commit is contained in:
parent
67eddb7ae7
commit
88b5f0af95
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ shell .
|
||||||
clipboard_control write-clipboard write-primary no-append
|
clipboard_control write-clipboard write-primary no-append
|
||||||
macos_option_as_alt yes
|
macos_option_as_alt yes
|
||||||
|
|
||||||
|
# Bell
|
||||||
|
enable_audio_bell no
|
||||||
|
visual_bell_duration 0.5
|
||||||
|
|
||||||
# The basic colors
|
# The basic colors
|
||||||
foreground #cdd6f4
|
foreground #cdd6f4
|
||||||
background #1e1e2e
|
background #1e1e2e
|
||||||
|
|
Loading…
Add table
Reference in a new issue