diff options
author | Hunter Sezen <orbea@riseup.net> | 2019-07-16 04:43:14 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-20 16:20:31 +0700 |
commit | b1ee4d5bc5401ee6de8ba88cfdde9c909c488043 (patch) | |
tree | ffd1c8c5252f41fbf332944a608fa847e9ed28fe /graphics/feh/README | |
parent | 6e8bcda2e62dff7c34b6e8d7e34900335fe38535 (diff) |
graphics/feh: Updated for version 3.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/feh/README')
-rw-r--r-- | graphics/feh/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/feh/README b/graphics/feh/README index c467cb8a6310f..640ffaed623a1 100644 --- a/graphics/feh/README +++ b/graphics/feh/README @@ -4,3 +4,19 @@ feh features include simple image viewing, multiple image viewing in fullscreen, image list mode, loadable/unloadable listing, recursive file opening, saving/loading filelists, loading images via http, reloading after delay, montage creation, and more. + +To enable builtin EXIF tag display support use: + + EXIF=yes ./feh.SlackBuild + +To include help text use: + + HELP=yes ./feh.SlackBuild + +To enable enable inotify support use: + + INOTIFY=yes ./feh.SlackBuild + +To support CIFS shares from 64bit hosts on 32bit machines use: + + STAT64=yes ./feh.SlackBuild |