MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/swayimg/config. See https://github.com/artemsen/swayimg/blob/master/extra/swayimgrc for a list of available options.

Declarations
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";
  };
}