Home

Awesome

Swayimg: image viewer for Wayland

Fully customizable and lightweight image viewer for Wayland based display servers.

Viewer mode Gallery mode

Usage

swayimg [OPTIONS]... [FILE]...

See man swayimg for details.

Examples:

Configuration

The viewer searches for the configuration file with name config in the following directories:

Sample file is available here or locally /usr/share/swayimg/swayimgrc.

See man swayimgrc for details.

Install

Packaging status

List of supported distributives can be found on the Repology page.

Arch users can install the program from the extra repository: swayimg or from AUR swayimg-git package.

Build

The project uses Meson build system:

meson setup _build_dir
meson compile -C _build_dir
meson install -C _build_dir