diff options
author | Dmitrij D. Czarkoff <czarkoff@gmail.com> | 2015-12-25 23:48:59 +0100 |
---|---|---|
committer | Dmitrij D. Czarkoff <czarkoff@gmail.com> | 2015-12-25 23:48:59 +0100 |
commit | c681f5c58ee663b7730640c5b64c39774775d423 (patch) | |
tree | 59c9cd49bb00a6d3e0a9b1ad8c53b540a4412e00 | |
parent | 4823142b49d607084f22da96cad413f2d52c2ee2 (diff) | |
download | imv-c681f5c58ee663b7730640c5b64c39774775d423.tar.gz |
Document default font in manual
Also reference the fonts.conf(5) manual, which explains fonts configuration.
-rw-r--r-- | doc/imv.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,8 @@ Set the background color. Either 'checks' or a hex color value. Defaults to '#00 .TP .BI "-e " FONT:SIZE Set the font used by the overlay. FONT can be any valid system font, such as -FreeSans, FreeMono, etc. Defaults to FreeMono:24. +FreeSans, FreeMono, etc. Defaults to "Monospace:24", which is default monospace font, as configured in +.BR fonts.conf (5). .TP .BI "-t " SECONDS Set the slideshow delay in seconds. Setting this to zero disables slideshow |