aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h
index de93aa4..f7b7e0c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,12 +5,10 @@
5 * 5 *
6 * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html 6 * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
7 */ 7 */
8static char *font = "curie"; 8static char *font = "Bitstream Vera Sans Mono:size=9";
9static char *font2[] = { 9static char *font2[] = {
10 "Twitter Color Emoji:size=8", 10 "Twitter Color Emoji:size=9",
11 "ForkAwesome:size=8" 11 "ForkAwesome:size=9"
12/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */
13/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */
14}; 12};
15static int borderpx = 2; 13static int borderpx = 2;
16 14
@@ -30,7 +28,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
30char *vtiden = "\033[?6c"; 28char *vtiden = "\033[?6c";
31 29
32/* Kerning / character bounding-box multipliers */ 30/* Kerning / character bounding-box multipliers */
33static float cwscale = 0.8; 31static float cwscale = 1.0;
34static float chscale = 1.0; 32static float chscale = 1.0;
35 33
36/* 34/*