diff --git a/README.md b/README.md index 61df1c9c..c5ca32fa 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ Fully customizable and lightweight image viewer for Wayland based display servers. -![Viewer mode](https://raw.githubusercontent.com/artemsen/swayimg/master/.github/viewer.png) -![Gallery mode](https://raw.githubusercontent.com/artemsen/swayimg/master/.github/gallery.png) - - Support for the most popular image formats: - JPEG (via [libjpeg](http://libjpeg.sourceforge.net)), - JPEG XL (via [libjxl](/~https://github.com/libjxl/libjxl)); @@ -23,11 +20,14 @@ Fully customizable and lightweight image viewer for Wayland based display server - Loading images from files and pipes; - Gallery and viewer modes with slideshow and animation support; - Preload images in a separate thread; -- Cache memory, no data is written to permanent storage (HDD/SSD); +- Cache in memory, no data is written to permanent storage (HDD/SSD); - [Sway](https://swaywm.org) integration mode: the application creates an "overlay" above the currently active window, which gives the illusion that you are opening the image directly in a terminal window. +![Viewer mode](https://raw.githubusercontent.com/artemsen/swayimg/master/.github/viewer.png) +![Gallery mode](https://raw.githubusercontent.com/artemsen/swayimg/master/.github/gallery.png) + ## Usage `swayimg [OPTIONS]... [FILE]...` diff --git a/extra/swayimgrc b/extra/swayimgrc index 70bbb76f..605bd84a 100644 --- a/extra/swayimgrc +++ b/extra/swayimgrc @@ -10,7 +10,7 @@ # Any of these options can be overridden using the --config argument # on the command line, for instance: -# $ swayimg --config="general.scale=real" +# $ swayimg --config="general.mode=gallery" ################################################################################ # General configuration