From 5bf570ff51b54228e8be399387f6a4928f3edbbd Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Fri, 22 May 2020 20:54:50 +0100 Subject: Move config.h changes to config.def.h --- config.def.h | 9 +++++++-- config.h | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/config.def.h b/config.def.h index 546edda..12ba690 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,12 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "curie"; +static char *font2[] = { + "Twitter Color Emoji:size=8", +/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ +/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ +}; static int borderpx = 2; /* @@ -24,7 +29,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; char *vtiden = "\033[?6c"; /* Kerning / character bounding-box multipliers */ -static float cwscale = 1.0; +static float cwscale = 0.8; static float chscale = 1.0; /* diff --git a/config.h b/config.h index 363b2b9..12ba690 100644 --- a/config.h +++ b/config.h @@ -29,7 +29,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; char *vtiden = "\033[?6c"; /* Kerning / character bounding-box multipliers */ -static float cwscale = 0.65; +static float cwscale = 0.8; static float chscale = 1.0; /* @@ -86,7 +86,7 @@ char *termname = "st-256color"; * stty tabs */ unsigned int tabspaces = 8; - + /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ -- cgit v1.2.3