MyNixOS website logo

Configuration settings for kickoff. All the available options can be found here: https://github.com/j0ru/kickoff/blob/main/assets/default_config.toml.

Declarations
Type
TOML value
Default
{ }
Example
''
  padding = 100;
  font_size = 32;
  search.show_hidden_files = false;
  history.decrease_interval = 48;
  
  keybinding = {
    paste = [ "ctrl+v" ];
    execute = [ "KP_Enter" "Return" ];
    complete = [ "Tab" ];
  };
''