programs.swayimg.settings

Home-Manager option

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 in: <home-manager/modules/programs/swayimg.nix>source unavailable