MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/fnott/fnott.ini.

See fnott.ini(5) for a list of available options and https://codeberg.org/dnkl/fnott/src/branch/master/fnott.ini for an example configuration.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  main = {
    notification-margin = 5;
  };

  low = {
    timeout = 5;
    title-font = "Dina:weight=bold:slant=italic";
    title-color = "ffffff";
  };
}