Commit ed36a091 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

re-add --auto-reload to manual

parent 6452c772
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -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.