diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-09-01 11:46:35 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-09-01 11:46:35 +0200 |
commit | ed5f55e967152ff6c7308858cb019bea2015d314 (patch) | |
tree | 217b55a4dc3e10e325c8b22f8e4408461b5e710a /man | |
parent | 910e2e3d219626be260f17bbdc0a113d04037387 (diff) |
feh_reload_image: Try to reload unloadable (still existing) images ad infinitum
This commit removes the feh_file_remove_from_list call from feh_reload_image.
We can safely do this because if the file itself was removed, cb_reload_timer
will take care of updating the filelist, and in all other cases it is intended
to leave the image in the filelist and retry.
A warning will be displayed in the image if the reload failed.
Diffstat (limited to 'man')
-rw-r--r-- | man/feh.pre | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/feh.pre b/man/feh.pre index 07126a0..ffb0803 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -412,6 +412,12 @@ Reload filelist and current image after seconds. Useful for viewing HTTP webcams or frequently changing directories. .Pq Note that the filelist reloading is still experimental. . +.Pp +. +If an image is removed, feh will either show the next one or quit. However, +if an image still exists, but can no longer be loaded, feh will continue to +try loading it. +. .It Cm -n , --reverse . Reverse the sort order. Use this to invert the order of the filelist. |