diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-12-26 02:51:26 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-12-26 02:51:26 +0000 |
commit | 5f006803eeeb8fc65a68881cc83ef43d113715a5 (patch) | |
tree | c9bc35393ca0ee4ff83494ee277e5c6563230656 /doc/imv.1 | |
parent | 3ae2fd34d3a35d9beefe94e719b25fa61e049997 (diff) | |
parent | 54560c988d2b420acb72c81ebf49818603af9591 (diff) | |
download | imv-5f006803eeeb8fc65a68881cc83ef43d113715a5.tar.gz |
Merge pull request #62 from czarkoff/font
Use default font
Diffstat (limited to 'doc/imv.1')
-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 |