diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-08-15 07:55:34 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2022-08-15 07:55:34 -0400 |
commit | a63ef65ef10e33b8eb8f530dd847ef7c4ecb1c12 (patch) | |
tree | ea56c7cc8b51dfc8bc91fda72f1d9fd3717fe882 /config.h | |
parent | 2e2d560516765e301e0425c2fbf783825334f9a1 (diff) | |
parent | f5b5452eac468760c2972daf184f18e16f03d1ff (diff) |
Merge branch 'lukesmith-0.8.5' of https://github.com/equwal/st into equwal-lukesmith-0.8.5
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "mono:pixelsize=12:antialias=true:autohint=true"; -static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; +static char *font2[] = { "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" }; static int borderpx = 2; /* @@ -555,3 +555,4 @@ static char ascii_printable[] = " !\"#$%&'()*+,-./0123456789:;<=>?" "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_" "`abcdefghijklmnopqrstuvwxyz{|}~"; + |