diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-03-30 20:27:33 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-03-30 20:27:33 +0200 |
commit | f9af53cd8144714e75e3f95b9162882f4ee6334a (patch) | |
tree | 4485c890f10d250429451a872cd0ce80969ad86a /man/feh.pre | |
parent | 7fd60f789790ebf9efa9cfee3b86cf5c2fdb9a11 (diff) | |
parent | 6b800919b117eb3e9df405ef146feb2810b87d8f (diff) |
Merge branch 'awalgarg-master'
Diffstat (limited to 'man/feh.pre')
-rw-r--r-- | man/feh.pre | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/man/feh.pre b/man/feh.pre index f019811..31817cc 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -578,6 +578,19 @@ Disable slideshow mode. With this setting, instead of opening multiple files in slideshow mode, multiple windows will be opened; one per file. . +.It Cm --no-conversion-cache +. +When loading images via HTTP, ImageMagick or dcraw, +.Nm +will only load/convert them once and re-use the cached file on subsequent +slideshow passes. +This option disables the cache. It is also disabled when +.Cm --reload +is used. +Use it if you rely on frequently changing files loaded via one of these +sources. +Note that it will impair performance. +. .It Cm --no-jump-on-resort . Don't jump to the first image after resorting the filelist. @@ -791,6 +804,13 @@ keys to browse through the directory. See .Sx USAGE EXAMPLES for examples. +If +.Ar filename +is a URL and no files or filelists were specified, +.Nm +will show +.Ar filename +and not attempt to load additional files or directories. . .Pp . |