MyNixOS website logo

Options to add to qutebrowser config.py file. See https://qutebrowser.org/doc/help/settings.html for options.

Declarations
Type
attribute set of anything
Default
{ }
Example
{
  colors = {
    hints = {
      bg = "#000000";
      fg = "#ffffff";
    };
    tabs.bar.bg = "#000000";
  };
  tabs.tabs_are_windows = true;
}