Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mods.kitty.enable

Enables kitty

Type: boolean

Default: true

Example: false

mods.kitty.additionalConfig

Additional kitty configuration. Will be the only configuration if useDefaultConfig is disabled.

Type: attribute set of anything

Default: { }

Example:

{
  enable_audio_bell = "yes";
}

mods.kitty.useDefaultConfig

Enable default config for kitty

Type: boolean

Default: true

Example: false