summaryrefslogtreecommitdiffstats
path: root/sxiv.1
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-02-04 23:05:29 +0100
committerBert Münnich <ber.t@posteo.de>2014-02-04 23:05:29 +0100
commit997c8518c5884fecf03fb3d677dbc6d80d11c9df (patch)
tree18d841eb7868d3524f7e870b7138858c40651eef /sxiv.1
parent43a04c4757f4a20c3b9b1487ea7894c0f3e73708 (diff)
downloadnsxiv-997c8518c5884fecf03fb3d677dbc6d80d11c9df.tar.zst
Set scale mode at startup via argument to -s option
Diffstat (limited to 'sxiv.1')
-rw-r--r--sxiv.114
1 files changed, 8 insertions, 6 deletions
diff --git a/sxiv.1 b/sxiv.1
index 5000b11..dd4d2be 100644
--- a/sxiv.1
+++ b/sxiv.1
@@ -3,7 +3,7 @@
sxiv \- Simple X Image Viewer
.SH SYNOPSIS
.B sxiv
-.RB [ \-bcFfhioqrstvZ ]
+.RB [ \-bcFfhioqrtvZ ]
.RB [ \-G
.IR GAMMA ]
.RB [ \-g
@@ -14,6 +14,8 @@ sxiv \- Simple X Image Viewer
.IR NUM ]
.RB [ \-S
.IR DELAY ]
+.RB [ \-s
+.IR MODE ]
.RB [ \-z
.IR ZOOM ]
.IR FILE ...
@@ -50,8 +52,7 @@ Set image gamma to GAMMA (-32..32).
.TP
.BI "\-g " GEOMETRY
Set window position and size. See section GEOMETRY SPECIFICATIONS of X(7) for
-more information on
-.IR GEOMETRY .
+more information on GEOMETRY argument.
.TP
.BI "\-N " NAME
Set the resource name of sxiv's X window to NAME.
@@ -68,7 +69,7 @@ Read names of files to open from standard input.
.B \-o
Write list of all marked files to standard output when quitting. In combination
with
-.I \-i
+.B \-i
sxiv can be used as a visual filter/pipe.
.TP
.B \-q
@@ -80,8 +81,9 @@ Search the given directories recursively for images to view.
.BI "\-S " DELAY
Start in slideshow mode. Set the delay between images to DELAY seconds.
.TP
-.B \-s
-Fit images to window.
+.BI "\-s " MODE
+Set scale mode according to MODE character. Supported modes are: [d]own,
+[f]it, [w]idth, [h]eight.
.TP
.B \-t
Start in thumbnail mode.