bell stuff
This commit is contained in:
parent
bb1f474749
commit
44e9f9ee69
|
@ -615,30 +615,30 @@
|
||||||
|
|
||||||
#: }}}
|
#: }}}
|
||||||
|
|
||||||
#: Terminal bell {{{
|
: Terminal bell {{{
|
||||||
|
|
||||||
# enable_audio_bell yes
|
enable_audio_bell yes
|
||||||
|
|
||||||
#: The audio bell. Useful to disable it in environments that require
|
#: The audio bell. Useful to disable it in environments that require
|
||||||
#: silence.
|
#: silence.
|
||||||
|
|
||||||
# visual_bell_duration 0.0
|
visual_bell_duration 0.1
|
||||||
|
|
||||||
#: The visual bell duration (in seconds). Flash the screen when a bell
|
#: The visual bell duration (in seconds). Flash the screen when a bell
|
||||||
#: occurs for the specified number of seconds. Set to zero to disable.
|
#: occurs for the specified number of seconds. Set to zero to disable.
|
||||||
|
|
||||||
# visual_bell_color none
|
visual_bell_color yellow
|
||||||
|
|
||||||
#: The color used by visual bell. Set to none will fall back to
|
#: The color used by visual bell. Set to none will fall back to
|
||||||
#: selection background color. If you feel that the visual bell is too
|
#: selection background color. If you feel that the visual bell is too
|
||||||
#: bright, you can set it to a darker color.
|
#: bright, you can set it to a darker color.
|
||||||
|
|
||||||
# window_alert_on_bell yes
|
window_alert_on_bell yes
|
||||||
|
|
||||||
#: Request window attention on bell. Makes the dock icon bounce on
|
#: Request window attention on bell. Makes the dock icon bounce on
|
||||||
#: macOS or the taskbar flash on linux.
|
#: macOS or the taskbar flash on linux.
|
||||||
|
|
||||||
# bell_on_tab "🔔 "
|
bell_on_tab "🔔 "
|
||||||
|
|
||||||
#: Some text or a Unicode symbol to show on the tab if a window in the
|
#: Some text or a Unicode symbol to show on the tab if a window in the
|
||||||
#: tab that does not have focus has a bell. If you want to use leading
|
#: tab that does not have focus has a bell. If you want to use leading
|
||||||
|
@ -662,7 +662,7 @@
|
||||||
#: the operating systems sound API, such as WAV or OGA on Linux
|
#: the operating systems sound API, such as WAV or OGA on Linux
|
||||||
#: (libcanberra) or AIFF, MP3 or WAV on macOS (NSSound)
|
#: (libcanberra) or AIFF, MP3 or WAV on macOS (NSSound)
|
||||||
|
|
||||||
#: }}}
|
: }}}
|
||||||
|
|
||||||
#: Window layout {{{
|
#: Window layout {{{
|
||||||
|
|
||||||
|
@ -923,7 +923,7 @@
|
||||||
#: leading or trailing spaces, surround the text with quotes. See
|
#: leading or trailing spaces, surround the text with quotes. See
|
||||||
#: tab_title_template for how this is rendered.
|
#: tab_title_template for how this is rendered.
|
||||||
|
|
||||||
tab_title_template "{index}.{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{title}"
|
tab_title_template "{index} {fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{title}"
|
||||||
|
|
||||||
#: A template to render the tab title. The default just renders the
|
#: A template to render the tab title. The default just renders the
|
||||||
#: title with optional symbols for bell and activity. If you wish to
|
#: title with optional symbols for bell and activity. If you wish to
|
||||||
|
@ -1133,7 +1133,7 @@
|
||||||
|
|
||||||
#: }}}
|
#: }}}
|
||||||
|
|
||||||
#: Advanced {{{
|
: Advanced {{{
|
||||||
|
|
||||||
# shell .
|
# shell .
|
||||||
|
|
||||||
|
@ -1344,7 +1344,7 @@
|
||||||
#: special value of ask means that kitty will ask before opening the
|
#: special value of ask means that kitty will ask before opening the
|
||||||
#: link when clicked.
|
#: link when clicked.
|
||||||
|
|
||||||
# shell_integration enabled
|
shell_integration enabled
|
||||||
|
|
||||||
#: Enable shell integration on supported shells. This enables features
|
#: Enable shell integration on supported shells. This enables features
|
||||||
#: such as jumping to previous prompts, browsing the output of the
|
#: such as jumping to previous prompts, browsing the output of the
|
||||||
|
|
Loading…
Reference in New Issue