Add Xresources font support

This commit is contained in:
vxid
2019-04-09 11:27:32 +02:00
committed by Bert Münnich
parent a75411567e
commit 4407a3de54
2 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,7 @@ enum {
};
/* bar font:
* overwritten by the 'font' X resource property.
* (see fonts-conf(5) subsection "FONT NAMES" for valid values)
*/
static const char * const BAR_FONT = "monospace:size=8";