summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-01 18:25:47 +0100
committerBert <ber.t@gmx.com>2011-02-01 18:25:47 +0100
commit5607349058a9c50fa08e19de3ebb24e9b480775b (patch)
treed9d6ff9e7082fbf5f9c049c90b6725ecebaf35bc
parentf2ceac2f8ab04f91672a9cb168dfdf69dab02b3c (diff)
downloadnsxiv-5607349058a9c50fa08e19de3ebb24e9b480775b.tar.zst
Updated doc
-rw-r--r--README.md1
-rw-r--r--sxiv.16
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8df7a38..346b66f 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ Usage
sxiv supports the following command-line options:
-d Scale all images to 100%, but fit large images into window
+ -F Use size-hints to make the window fixed/floating
-f Start in fullscreen mode
-g GEOMETRY Set window position and size
(see section GEOMETRY SPECIFICATIONS of X(7))
diff --git a/sxiv.1 b/sxiv.1
index a922813..a7daf29 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 [ \-dfhpqsvZ ]
+.RB [ \-dFfhpqsvZ ]
.RB [ \-g
.IR GEOMETRY ]
.RB [ \-z
@@ -20,6 +20,10 @@ manager.
.B \-d
Scale all images to 100%, but fit large images into window.
.TP
+.B \-F
+Make the window fixed/floating by setting the minimum and maximum width/height
+size-hints to the window width/height.
+.TP
.B \-f
Start in fullscreen mode.
.TP