MyNixOS website logo
option

programs.kitty.quickAccessTerminalConfig

Configuration written to $XDG_CONFIG_HOME/kitty/quick-access-terminal.conf. See https://sw.kovidgoyal.net/kitty/kittens/quick-access-terminal/ for the documentation.

Declarations
Type
attribute set of (string or boolean or signed integer or floating point number)
Default
{ }
Example
{
  start_as_hidden = false;
  hide_on_focus_loss = false;
  background_opacity = 0.85;
}