diff options
author | Federico Igne <git@federicoigne.com> | 2020-05-22 20:54:50 +0100 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2020-05-22 20:54:50 +0100 |
commit | 5bf570ff51b54228e8be399387f6a4928f3edbbd (patch) | |
tree | aafb070dc73c55190013e625b45c2c82cf80c4b2 | |
parent | 35befbb19e5c677c3183028338e27055814bbcd5 (diff) | |
download | st-5bf570ff51b54228e8be399387f6a4928f3edbbd.tar.gz st-5bf570ff51b54228e8be399387f6a4928f3edbbd.zip |
Move config.h changes to config.def.h
-rw-r--r-- | config.def.h | 9 | ||||
-rw-r--r-- | 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 @@ | |||
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 | */ |
8 | static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; | 8 | static char *font = "curie"; |
9 | static char *font2[] = { | ||
10 | "Twitter Color Emoji:size=8", | ||
11 | /* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ | ||
12 | /* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ | ||
13 | }; | ||
9 | static int borderpx = 2; | 14 | static int borderpx = 2; |
10 | 15 | ||
11 | /* | 16 | /* |
@@ -24,7 +29,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; | |||
24 | char *vtiden = "\033[?6c"; | 29 | char *vtiden = "\033[?6c"; |
25 | 30 | ||
26 | /* Kerning / character bounding-box multipliers */ | 31 | /* Kerning / character bounding-box multipliers */ |
27 | static float cwscale = 1.0; | 32 | static float cwscale = 0.8; |
28 | static float chscale = 1.0; | 33 | static float chscale = 1.0; |
29 | 34 | ||
30 | /* | 35 | /* |
@@ -29,7 +29,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; | |||
29 | char *vtiden = "\033[?6c"; | 29 | char *vtiden = "\033[?6c"; |
30 | 30 | ||
31 | /* Kerning / character bounding-box multipliers */ | 31 | /* Kerning / character bounding-box multipliers */ |
32 | static float cwscale = 0.65; | 32 | static float cwscale = 0.8; |
33 | static float chscale = 1.0; | 33 | static float chscale = 1.0; |
34 | 34 | ||
35 | /* | 35 | /* |
@@ -86,7 +86,7 @@ char *termname = "st-256color"; | |||
86 | * stty tabs | 86 | * stty tabs |
87 | */ | 87 | */ |
88 | unsigned int tabspaces = 8; | 88 | unsigned int tabspaces = 8; |
89 | 89 | ||
90 | /* Terminal colors (16 first used in escape sequence) */ | 90 | /* Terminal colors (16 first used in escape sequence) */ |
91 | static const char *colorname[] = { | 91 | static const char *colorname[] = { |
92 | /* 8 normal colors */ | 92 | /* 8 normal colors */ |