# Swayimg configuration file.

# This file contains the default configuration.
# The viewer searches for the config file in the following locations:
# 1. $XDG_CONFIG_HOME/swayimg/config
# 2. $HOME/.config/swayimg/config
# 3. $XDG_CONFIG_DIRS/swayimg/config
# 4. /etc/xdg/swayimg/config
# See `man swayimgrc` for details.

# Initial scale (optimal, fit, or real)
scale = optimal

# Start in full screen mode (yes/no)
fullscreen = no

# Background for transparent images (none, grid, or RGB, e.g. #112233)
background = grid

# Window background mode/color (none or RGB, e.g. #112233)
window = none

# Show image info: format, size, EXIF, and current scale (yes/no)
info = no

# Font used to show image info
font = monospace

# Font size (in pt)
font-size = 14

# Color for image info text
font-color = #cccccc

# Default order of the image list (none, alpha, or random)
order = alpha

# Read directories recursively (yes/no)
recursive = no

# Allways open all files in the same directory
all = no

# Slideshow image duration in seconds
slideshow = 3

# Window class/app_id (default is autogenerated swayimg_XXXX)
#app_id = swayimg

# Enable/disable integration with Sway WM (window position managing)
sway = yes

# vim: filetype=dosini
