MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/pqivrc. See pqiv(1) for a list of available options. To set a boolean flag, set the value to 1.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  options = {
    lazy-load = 1;
    hide-info-box = 1;
    background-pattern = "black";
    thumbnail-size = "256x256";
    command-1 = "thunar";
  };
};