MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/pqivrc. See https://github.com/phillipberndt/pqiv/blob/master/pqiv.1 for a list of available options. To set a boolean flag, set the value to 1.

Declarations
Type
attribute set of attribute set 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";
  };
};