Keyboard shortcuts

Press ← or → to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.pqiv.enable

Whether to enable pqiv image viewer.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.pqiv.package

The pqiv package to use.

Type: package

Default:

pkgs.pqiv

Declared by:

programs.pqiv.extraConfig

Extra lines to be added to $XDG_CONFIG_HOME/pqivrc. See pqiv(1) for a list of available options.

Type: strings concatenated with ā€œ\nā€

Default:

""

Example:

[actions]
set_cursor_auto_hide(1)

[keybindings]
t { montage_mode_enter() }
@MONTAGE {
  t { montage_mode_return_cancel() }
}

Declared by:

programs.pqiv.settings

Configuration written to $XDG_CONFIG_HOME/pqivrc. See pqiv(1) for a list of available options.

Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))

Default:

{ }

Example:

{
  options = {
    lazy-load = true;
    hide-info-box = true;
    background-pattern = "black";
    thumbnail-size = "256x256";
    command-1 = "thunar";
  };
};

Declared by: