diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2015-11-07 23:54:23 +0100 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2015-11-11 23:46:24 +0100 |
commit | 22a0a7f25596c28588bac5bf9e12cd8c534684d4 (patch) | |
tree | 6bee4bce739cd7b45f7dfa4c9448c78910e5db79 /config.def.h | |
parent | d7eac23083be2278327e94255a182a221a0df273 (diff) |
add multiline support
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |