diff options
| author | stkhan <personal@slickd.xyz> | 2022-04-08 09:06:03 -0800 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-04-08 09:06:03 -0800 |
| commit | df966cab682c913e8b62b460c9ef900e1046863f (patch) | |
| tree | 99c5f7363f91fdfcd7cd37ebcd6e51d185073759 /st-0.8.4 | |
| parent | 356b726ec5ac1d6796cfb5ca6171d20b4d0783a1 (diff) | |
Added dwmblocks scripts, sxiv, and modified dwm bindings
Diffstat (limited to 'st-0.8.4')
| -rw-r--r-- | st-0.8.4/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/st-0.8.4/config.h b/st-0.8.4/config.h index dfe2e2b..7f40a1a 100644 --- a/st-0.8.4/config.h +++ b/st-0.8.4/config.h @@ -7,7 +7,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "Source Code Pro:pixelsize=12:antialias=true:autohint=true"; -static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; +static char *font2[] = { "Twitter Color Emoji::pixelsize=10:antialias=true:autohint=true" }; static int borderpx = 2; /* |