Skip to content

Commit

Permalink
Fix typos and examples
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Senichev <artemsen@gmail.com>
  • Loading branch information
artemsen committed Aug 23, 2024
1 parent 7fe41c4 commit f51d661
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand All @@ -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]...`
Expand Down
2 changes: 1 addition & 1 deletion extra/swayimgrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f51d661

Please sign in to comment.