diff options
author | Hannes Koerber <hannes.koerber@gmail.com> | 2015-12-08 23:57:35 +0100 |
---|---|---|
committer | Hannes Koerber <hannes.koerber@gmail.com> | 2015-12-09 10:50:16 +0100 |
commit | 0dd3f6b10488dcb9a2367ba108cf050ea94d2304 (patch) | |
tree | dd771d5d80a2a780851a03ac945e4e65dc135cf1 /doc | |
parent | c8f4c755c3df8f8a9a304a55036baa9ea20cf943 (diff) | |
download | imv-0dd3f6b10488dcb9a2367ba108cf050ea94d2304.tar.gz |
Add slideshow option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/imv.1 | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -43,6 +43,10 @@ Set the background color. Either 'checks' or a hex color value. .BI "-e " FONT:SIZE Set the font used by the overlay. FONT can be any valid system font, such as FreeSans, FreeMono, etc. Defaults to FreeMono:24. +.TP +.BI "-t " SECONDS +Set the slideshow delay in seconds. Setting this to zero disables slideshow +mode, which is the default. .SH CONTROLS .sp imv can be controlled using the mouse or keyboard. @@ -103,6 +107,13 @@ Step forward one frame (when playing gifs). .TP .B p Print current image path to stdout +.TP +.B t +Increase slideshow delay by one second +.TP +.B T +Decrease slideshow delay by one second. When delay is zero, slideshow mode is +disabled. .SH LEGAL This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License |