diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | man/feh.pre | 5 |
2 files changed, 7 insertions, 2 deletions
@@ -2,6 +2,8 @@ git HEAD * Respect --image-bg option in full-screen mode * Disable blur / rotation in thumbnail viewer window + * Fix --reloaed behaviour when combined with --fullscreen / --geometry + <https://github.com/derf/feh/issues/57> [Patches by Yu-Jie Lin] @@ -17,6 +19,8 @@ git HEAD <https://github.com/derf/feh/issues/51> * Show correct file number after deleting image <https://github.com/derf/feh/issues/46> + * Add reload functionality for directories + <https://github.com/derf/feh/issues/14> Mon, 04 Jul 2011 14:46:36 +0200 Daniel Friesel <derf@finalrewind.org> diff --git a/man/feh.pre b/man/feh.pre index 77e59c7..e8bb8b1 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -399,9 +399,10 @@ to the content of those directories, all the way down to the bottom level. . .It Cm -R , --reload Ar int . -Reload images after +Reload filelist and current image after .Ar int -seconds. Mainly useful when viewing webcams via http. +seconds. Useful for viewing HTTP webcams or frequently changing directories. +.Pq Note that the filelist reloading is still experimental. . .It Cm -n , --reverse . |