Provided by: swayimg_1.6-2_amd64 bug

NAME

       swayimgrc - Swayimg configuration file

SYNOPSIS

       $XDG_CONFIG_HOME/swayimg/config
       $HOME/.config/swayimg/config

DESCRIPTION

   General format description
       The Swayimg configuration file is a text-based INI file used to override the default settings.

       The basic element contained in the INI file is the key or property.  Every key has a name and a value,
       delimited by an equals sign (=).  The name appears to the left of the equals sign. The value can contain
       any character. Kay and values are case sensitive.

       The number sign (#) at the beginning of the line indicates a comment.  Empty lines and comments are
       ignored.

   Properties
       scale: initial image scale:
              default: 100% or less to fit to window;
              fit: fit to window;
              real: real size (100%);

       fullscreen: start in dull screen mode, possible values are yes or no

       background: background mode or color, possible values are grid or RGB hex color (e.g. 1a2b3c)

       info: show image meta information: format, size, EXIF, and current scale, possible values are yes or no

EXAMPLES

       # comment
       scale = default
       fullscreen = no
       background = grid
       info = no

SEE ALSO

       swayimg(1)

BUGS

       For suggestions, comments, bug reports etc. visit the project homepage.

swayimg                                            2022-02-09                                         SWAYIMG(5)