diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-07 12:14:00 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-07 12:17:07 +0200 |
commit | 9087479e3fc31e26cf7629138010be4c877517fa (patch) | |
tree | 606776b38ba6664cd736fd422b90dfb841cc1c0a /man/feh.1 | |
parent | e264613a4ac1b7be3d5ab265a3041f57a709750f (diff) |
Allow specifying slideshow-delay while starting the slideshow in paused mode
Set --slideshow-delay to a negative value to achieve that. In that case, the
actual slideshow-delay will be <value> * (-1), so -D-5 sets slideshow-delay 5
seconds but starts paused.
Closes: GH-4 <http://github.com/derf/feh/issues#issue/4>
Diffstat (limited to 'man/feh.1')
-rw-r--r-- | man/feh.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -313,6 +313,9 @@ managers. For slideshow mode, wait .Ar float seconds between automatically changing slides. Useful for presentations. +Specify a negative number to set the delay +.Pq which will then be Ar float No * (-1) , +but start feh in paused mode. .It Cm -S , --sort Ar sort_type The file list may be sorted according to image parameters. Allowed sort types are: name, filename, width, height, pixels, size, format. For sort @@ -566,7 +569,9 @@ Toggle filename display .It f , F Save the current filelist to a unique filename .It h , H -Pause the slideshow +Pause/Continue the slideshow. When it is paused, it will not automatically +change slides based on +.Cm --slideshow-delay .It m , M Show menu .It n , N , Ao space Ac , Aq right |