]> Sergey Matveev's repositories - st.git/blobdiff - config.def.h
Use character size scaling factors
[st.git] / config.def.h
index 9a3d2c84a5345686baaf971e307337d3afe9f07e..8cb880435f53ddcc723ac3bfcb77f131b82f6b78 100644 (file)
@@ -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
  *