diff options
author | Bert <ber.t@gmx.com> | 2011-03-17 23:45:04 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-03-17 23:45:04 +0100 |
commit | 8ee73709d786bd0eb6aead937fcad45ad5906f91 (patch) | |
tree | b47fc6cc1f54c75860dce58e80482a9b0654a60f | |
parent | 87a982841757da100993839b9c0002c2548838bc (diff) |
More accurate README
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 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 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. Installation ------------ |