diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-04-04 08:35:11 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-04-04 08:35:11 +0200 |
commit | 1e212f65c87fd634c738b4c79e1ffed5c29b039d (patch) | |
tree | 402dec61cff929013dadbb459c093d5fc1c635e4 /man | |
parent | f8640490308f29de951b7b59f07be8b744f6e895 (diff) |
Add %g and %Z format specifiers (closes #391)
Diffstat (limited to 'man')
-rw-r--r-- | man/feh.pre | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/man/feh.pre b/man/feh.pre index eb31f37..cc67b25 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -1014,6 +1014,10 @@ Image path/filename Escaped image path/filename .Pq for use in shell commands . +.It %g +. +w,h window dimensions in pixels (mnemonic: geometry) +. .It %h . Image height @@ -1048,8 +1052,9 @@ Number of image pixels . .It \&%P . -Number of image pixels +Number of image pixels in human-readable format with k/M .Pq kilopixels / megapixels +suffix . .It %r . @@ -1087,7 +1092,11 @@ Process ID . .It %z . -current image zoom +Current image zoom, rounded to two decimal places +. +.It %Z +. +Current image zoom, higher precision . .It %% . |