diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-09-26 18:36:57 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-09-26 18:36:57 +0200 |
commit | f74385dec092224d046dddc02b731ee30405710f (patch) | |
tree | 609796a8763e62828b75ad724fa9bc40c088cc05 /man | |
parent | d49a455c65c14a0c02d10fd296bbda83a9e14e8f (diff) |
add "--info ;cmd" to disable info display on startup (closes #142)
Diffstat (limited to 'man')
-rw-r--r-- | man/feh.pre | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/man/feh.pre b/man/feh.pre index a5b9b59..ffbf933 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -357,7 +357,7 @@ window becomes visible. Use .Cm --preload to get a progress bar. . -.It Cm --info Ar commandline +.It Cm --info Oo Ar flag Oc Ns Ar commandline . Execute .Ar commandline @@ -365,6 +365,13 @@ and display its output in the bottom left corner of the image. Can be used to display e.g. image dimensions or EXIF information. Supports .Sx FORMAT SPECIFIERS . . +If +.Ar flag +is set to +.Qo ; Qc , +the output will not be displayed by default, but has to be enabled by the +toggle_info key. +. .It Cm -k , --keep-http . When viewing files using HTTP, |