summaryrefslogtreecommitdiffstats
path: root/sxiv.1
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-02-04 23:03:53 +0100
committerBert Münnich <ber.t@posteo.de>2014-02-04 23:03:53 +0100
commit43a04c4757f4a20c3b9b1487ea7894c0f3e73708 (patch)
tree17edf8d589db2b73506cc5a6f724e4f5228d49c8 /sxiv.1
parent524d9de877dcf0dc4212c12c3bd09db285dae17e (diff)
downloadnsxiv-43a04c4757f4a20c3b9b1487ea7894c0f3e73708.tar.zst
Revised scale mode and zoom level handling
- Scale mode is not reset to default value upon image loading anymore - New default key binding to change mode to scale-down - Removed scale mode setting from config.h - Removed -d command line option, as this is now the default at startup
Diffstat (limited to 'sxiv.1')
-rw-r--r--sxiv.120
1 files changed, 9 insertions, 11 deletions
diff --git a/sxiv.1 b/sxiv.1
index 7999efd..5000b11 100644
--- a/sxiv.1
+++ b/sxiv.1
@@ -3,7 +3,7 @@
sxiv \- Simple X Image Viewer
.SH SYNOPSIS
.B sxiv
-.RB [ \-bcdFfhiopqrstvZ ]
+.RB [ \-bcFfhioqrstvZ ]
.RB [ \-G
.IR GAMMA ]
.RB [ \-g
@@ -38,9 +38,6 @@ Do not show info bar on bottom of window.
.B \-c
Remove all orphaned cache files from the thumbnail cache directory and exit.
.TP
-.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.
@@ -84,7 +81,7 @@ Search the given directories recursively for images to view.
Start in slideshow mode. Set the delay between images to DELAY seconds.
.TP
.B \-s
-Scale all images to fit into window.
+Fit images to window.
.TP
.B \-t
Start in thumbnail mode.
@@ -96,9 +93,7 @@ Print version information to standard output and exit.
The same as `\-z 100'.
.TP
.BI "\-z " ZOOM
-Scale all images to the current zoom level, use a zoom level of
-.I ZOOM
-at startup.
+Set zoom level to ZOOM percent.
.SH GENERAL KEYBOARD COMMANDS
The following keyboard commands are available in both image and thumbnail mode:
.TP
@@ -229,13 +224,16 @@ Set zoom level to 100%, or
.IR count %.
.TP
.B w
-Set zoom level to fit image into window.
+Set zoom level to 100%, but fit large images into window.
+.TP
+.B W
+Fit image to window.
.TP
.B e
-Set zoom level to fit image width to window width.
+Fit image to window width.
.TP
.B E
-Set zoom level to fit image height to window height.
+Fit image to window height.
.SS Panning
.TP
.BR h ", " Left