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.swayimg.enable

Whether to enable swayimg.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.swayimg.package

The swayimg package to use.

Type: package

Default:

pkgs.swayimg

Declared by:

programs.swayimg.settings

Configuration written to $XDG_CONFIG_HOME/swayimg/config. See https://github.com/artemsen/swayimg/blob/master/extra/swayimgrc 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:

{
  viewer = {
    window = "#10000010";
    scale = "fill";
  };
  "info.viewer" = {
    top_left = "+name,+format";
  };
  "keys.viewer" = {
    "Shift+r" = "rand_file";
  };
}

Declared by: