diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2019-04-12 17:12:41 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2019-04-12 17:12:41 +0200 | 
| commit | ed36a091dcf699a7b0ac9f2d413c9008003a49c5 (patch) | |
| tree | 21c9a36023427cd01985a2915e0f0b80331d6117 /man | |
| parent | 6452c77223cf8b5f3d84f02f9d5eb01cf54e89e6 (diff) | |
re-add --auto-reload to manual
Diffstat (limited to 'man')
| -rw-r--r-- | man/feh.pre | 19 | 
1 files changed, 18 insertions, 1 deletions
| diff --git a/man/feh.pre b/man/feh.pre index f59301f..f0dade3 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -26,7 +26,7 @@ $VERSION$  .  Compile-time switches: libcurl support $MAN_CURL$, natural sorting support  $MAN_VERSCMP$, Xinerama support -$MAN_XINERAMA$, builtin EXIF support $MAN_EXIF$, inotify support +$MAN_XINERAMA$, builtin EXIF support $MAN_EXIF$, inotify-based auto-reload  $MAN_INOTIFY$$MAN_DEBUG$  .  . @@ -209,6 +209,18 @@ Example usage:  .  Extra actions which can be set and triggered using the appropriate number key.  . +.It Cm --auto-reload +. +.Pq optional feature, $MAN_INOTIFY$ in this build +automatically reload image when the underlying file changes. Note that this +feature +.Pq if present in the build +is enabled by default. +This option is only useful to re-enable auto-reload after it has been +disabled by a preceding +.Cm --reload=0 +option. +.  .It Cm --auto-rotate  .  .Pq optional feature, $MAN_EXIF$ in this build @@ -644,6 +656,7 @@ Reload filelist and current image after  seconds.  Useful for viewing HTTP webcams or frequently changing directories.  .Pq Note that filelist reloading is still experimental. +Set to zero to disable any kind of automatic reloading.  .  .Pp  . @@ -654,6 +667,10 @@ However, if an image still exists, but can no longer be loaded,  .Nm  will continue to try loading it.  . +.Pp +. +Setting this option causes inotify-based auto-reload to be disabled. +.  .It Cm -n , --reverse  .  Reverse the sort order. | 
