swayimgrc - Swayimg configuration file
$XDG_CONFIG_HOME/swayimg/config |
|
$HOME/.config/swayimg/config |
|
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.
- 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
# comment
scale = default
fullscreen = no
background = grid
info = no