From 22a0a7f25596c28588bac5bf9e12cd8c534684d4 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Sat, 7 Nov 2015 23:54:23 +0100 Subject: add multiline support --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 11221ee..9e4d5e7 100644 --- a/config.def.h +++ b/config.def.h @@ -11,6 +11,8 @@ static char *fontfallbacks[] = { static const char *fgcol = "#000000"; static const char *bgcol = "#FFFFFF"; +static const float linespacing = 1.4; + /* how much screen estate is to be used at max for the content */ static const float usablewidth = 0.75; static const float usableheight = 0.75; -- cgit v1.2.3