aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2017-12-02 15:55:07 +0000
committerHarry Jeffery <harry@exec64.co.uk>2017-12-02 15:55:20 +0000
commit8f3d69f3e83560b168cc43afc57ca52126b81c8d (patch)
tree8ad1d3cd0608413a86eb3fd76daf81596d52efa0 /doc
parentd6992c20800d2f9dc579274690ab8350bdccf60a (diff)
downloadimv-8f3d69f3e83560b168cc43afc57ca52126b81c8d.tar.gz
Add options for window width and height
Fixes #120
Diffstat (limited to 'doc')
-rw-r--r--doc/imv.5.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/imv.5.txt b/doc/imv.5.txt
index 14a31b9..cb12eb3 100644
--- a/doc/imv.5.txt
+++ b/doc/imv.5.txt
@@ -31,6 +31,12 @@ The *[options]* section accepts the following settings:
*fullscreen* = <true|false>::
Start imv fullscreen. Defaults to 'false'.
+*width* = <width>::
+ Initial width of the imv window. Defaults to 1280.
+
+*height* = <height>::
+ Initial height of the imv window. Defaults to 720.
+
*list_files_at_exit* = <true|false>::
Print open files to stdout at exit, each on a separate line.
Defaults to 'false'.