瀏覽代碼

Slightly changed introductory text

master
Bert 13 年之前
父節點
當前提交
5f8201110e
共有 2 個檔案被更改,包括 7 行新增7 行删除
  1. +6
    -6
      README.md
  2. +1
    -1
      main.c

+ 6
- 6
README.md 查看文件

@@ -1,11 +1,11 @@
sxiv: Simple (or small or suckless) X Image Viewer

sxiv is a really simple alternative to feh and qiv. Its only dependency besides
xlib is imlib2. The primary goal for writing sxiv is to create an image viewer,
which only implements the most basic features required for fast image viewing.
It works nicely with tiling window managers and its code base should be kept
small and clean to make it easy for you to dig into it and customize it for
your needs.
sxiv is an alternative to feh and qiv. Its only dependency besides xlib is
imlib2. The primary goal for writing sxiv is to create an image viewer, which
only has the most basic features required for fast image viewing (the ones I
want). It works nicely with tiling window managers and its code base should be
kept small and clean to make it easy for you to dig into it and customize it
for your needs.

Installation
------------


+ 1
- 1
main.c 查看文件

@@ -87,7 +87,7 @@ void remove_file(int n, unsigned char silent) {

if (filecnt == 1) {
if (!silent)
fprintf(stderr, "sxiv: no more files to display\n");
fprintf(stderr, "sxiv: no more files to display, aborting\n");
cleanup();
exit(!silent);
}


Loading…
取消
儲存