aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorEric Pruitt2013-08-05 11:33:37 +0200
committerRoberto E. Vargas Caballero2013-08-05 11:44:18 +0200
commit0a965f7ec9d5bdc6ee227870d352b529fb140f34 (patch)
treecdb0c27c551778fa4fa6a89127616acb77329af2 /config.def.h
parent6837360b9616d03e0249359b21735345c273f44d (diff)
downloadaur-0a965f7ec9d5bdc6ee227870d352b529fb140f34.tar.gz
Use character size scaling factors
The bounding boxes for characters can be scaled using "cwscale" and "chscale" to scale the width and height respectively.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 9a3d2c84a534..8cb880435f53 100644
--- a/config.def.h
+++ b/config.def.h
@@ -9,6 +9,10 @@ static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=fals
static int borderpx = 2;
static char shell[] = "/bin/sh";
+/* Kerning / character bounding-box mutlipliers */
+float cwscale = 1.0;
+float chscale = 1.0;
+
/*
* word delimiter string
*