summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-07-01 14:20:20 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-07-01 14:20:20 +0200
commit9d37495257005a9c45c7d7b85244796508494c16 (patch)
tree03ed76e4416a148ec95b4583c47f445167ad8a19 /config.h
parent82cd78a9447c82f596ca012a726789e869c74942 (diff)
downloadst-master.tar.gz
st-master.tar.bz2
st-master.zip
Added font smitching to FiraMono instead of FiraCode on carbon laptopHEADmaster
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h b/config.h
index f12e606..485143d 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,11 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
+#ifdef CACHARLE_CARBON
+static char *font = "Fira Mono:pixelsize=12:antialias=true:autohint=true";
+#else
static char *font = "Fira Code:pixelsize=12:antialias=true:autohint=true";
+#endif
static int borderpx = 0;
static char *font2[] = {