diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-12-28 17:29:32 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-12-28 17:29:32 +0100 |
commit | 8af3ee91e39a885ccee3d988ef944634f489ef14 (patch) | |
tree | d28cbe334ddca183faf5a5abd8134232031ce793 | |
parent | 51dc926c302cebcede32843e84641407189b3df9 (diff) |
Document --cache-size in feh(1)
-rw-r--r-- | man/feh.pre | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/feh.pre b/man/feh.pre index ac9a81a..c2a4cd1 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -205,6 +205,16 @@ Zoom pictures to screen size in fullscreen / fixed geometry mode. . Create borderless windows. . +.It Cm --cache-size Ar size +. +Set Imlib2 in-memory cache to +.Ar size +MiB. A higher cache size can +significantly improve performance especially for small slide shows, however at +the cost of increased memory consumption. +.Ar size +must be between 0 and 2048 MiB and defaults to 4. +. .It Cm -P , --cache-thumbnails . Enable thumbnail caching in |