summaryrefslogtreecommitdiffstats
path: root/sxiv.1
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-21 17:06:32 +0100
committerBert <ber.t@gmx.com>2011-02-21 17:06:32 +0100
commit280fcf6bf005476fb51330f22ef503d4474a13f7 (patch)
tree5658b0d90935208eced0a0254d7dce82bdd812c0 /sxiv.1
parentea80c735207d72b22a953374296a5255d903ba4e (diff)
downloadnsxiv-280fcf6bf005476fb51330f22ef503d4474a13f7.tar.zst
Updated doc
Diffstat (limited to 'sxiv.1')
-rw-r--r--sxiv.140
1 files changed, 25 insertions, 15 deletions
diff --git a/sxiv.1 b/sxiv.1
index 974b546..396f3e9 100644
--- a/sxiv.1
+++ b/sxiv.1
@@ -3,7 +3,7 @@
sxiv \- Simple (or small or suckless) X Image Viewer
.SH SYNOPSIS
.B sxiv
-.RB [ \-dFfhpqrsvZ ]
+.RB [ \-dFfhpqrstvZ ]
.RB [ \-g
.IR GEOMETRY ]
.RB [ \-z
@@ -20,6 +20,10 @@ hyphen\-minus
.RB ( \- )
is given.
.P
+sxiv has two modes of operation: image and thumbnail mode. The default is image
+mode, in which only the current image is shown. In thumbnail mode a grid of
+small previews is displayed, making it easy to choose an image to open.
+.P
Please note, that the fullscreen mode requires an EWMH/NetWM compliant window
manager.
.SH OPTIONS
@@ -54,6 +58,9 @@ Search the given directories recursively for images to view.
.B \-s
Scale all images to fit into window.
.TP
+.B \-t
+Start in thumbnail mode.
+.TP
.B \-v
Print version information to standard output and exit.
.TP
@@ -72,6 +79,9 @@ Quit sxiv.
.TP
.B Escape
Quit sxiv and return an exit value of 2.
+.TP
+.B Return
+Switch to thumbnail mode; in thumbnail mode: open selected image.
.SS Navigate image list
.TP
.BR n ", " Space
@@ -104,19 +114,19 @@ Set zoom level to 100%.
.TP
.B w
Set zoom level to fit image into window.
-.SS Panning
+.SS Panning/Moving
.TP
.BR h ", " Left
-Pan left.
+Pan image left; in thumbnail mode: move selection left.
.TP
.BR j ", " Down
-Pan down.
+Pan image down; in thumbnail mode: move selection down.
.TP
.BR k ", " Up
-Pan up.
+Pan image up; in thumbnail mode: move selection up.
.TP
.BR l ", " Right
-Pan right.
+Pan image right; in thumbnail mode: move selection right.
.SS Rotation
.TP
.B <
@@ -142,10 +152,7 @@ Reload image.
.SS Navigate image list
.TP
.B Button1
-Go to the next image.
-.TP
-.B Button2
-Drag the image with the mouse while keeping this button pressed down.
+Go to the next image; in thumbnail mode: select/open image.
.TP
.B Button3
Go to the previous image.
@@ -156,19 +163,22 @@ Zoom in.
.TP
.B Ctrl+ScrollDown
Zoom out.
-.SS Panning
+.SS Panning/Moving
+.TP
+.B Button2
+Drag the image with the mouse while keeping this button pressed down.
.TP
.B ScrollUp
-Pan up.
+Pan image up; in thumbnail mode: Scroll one row up.
.TP
.B ScrollDown
-Pan down.
+Pan image down; in thumbnail mode: Scroll one row down.
.TP
.B Shift+ScrollUp
-Pan left.
+Pan image left.
.TP
.B Shift+ScrollDown
-Pan right.
+Pan image right.
.SH AUTHORS
.EX
Bert Muennich <ber.t at gmx.com>