feat(kitty): enable visual bell

This commit is contained in:
Price Hiller 2023-12-10 00:17:46 -06:00
parent 1206289025
commit ecb367719d
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 5 additions and 0 deletions

View File

@ -12,3 +12,7 @@ confirm_os_window_close 0
# Scrollback Settings
scrollback_pager_history_size 100
scrollback_pager nvim -c "set signcolumn=no showtabline=0" -c "silent write! /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer - "
# Bell
enable_audio_bell no
visual_bell_duration 0.2

View File

@ -10,6 +10,7 @@ selection_background #2D4F67
selection_foreground #C8C093
url_color #72A7BC
cursor #C8C093
visual_bell_color #938056
# Tabs
active_tab_background #E6C384