1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-03-19 09:13:33 +01:00
Files
wmaker/doc/wmiv.1
David Maciejak 7e21785710 wmiv: add support for archive files and a new option to ignore unknown image format
This patch adds optional support for compressed files and a new --ignore-unknown option
to ignore unknown image format. It also adds local filename drag-and-drop support.
And a copy current image to clipboard feature with ctrl+c shortcut.

It also fixes:
- fullscreen issue on multi monitors setup by using randr
- app icon advertised via _NET_WM_ICON
- fix UTF-8 filename usage in window title
2026-01-17 22:03:09 +00:00

60 lines
698 B
Groff

.TH wmiv "1" "June 2015"
.SH NAME
wmiv \- quick image viewer using wrlib
.SH SYNOPSIS
.B wmiv
.RI [ \,image(s)\/ | \,directory\/ | \,archive\/]
.SH OPTIONS
.TP
.B \-h, \-\-help
print help text
.TP
.B \-v, \-\-version
print version
.TP
.B \-i, \-\-ignore-unknown
ignore unknown image format
.SH KEYS
.TP
[+]
zoom in
.TP
[\-]
zoom out
.TP
[▸]
next image
.TP
[◂]
previous image
.TP
[▴]
first image
.TP
[▾]
last image
.TP
[Ctrl+C]
copy image to clipboard
.TP
[D]
start slideshow
.TP
[Esc]
actual size
.TP
[F]
toggle full-screen mode
.TP
[L]
rotate image on the left
.TP
[Q]
quit
.TP
[R]
rotate image on the right
.SH AUTHOR
.B wmiv
is a part of Window Maker. It was written by David Maciejak.