summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-02-26 14:18:56 -0500
committerLuke Smith <luke@lukesmith.xyz>2020-02-26 14:18:56 -0500
commit1ded83fb3d14909b1fa7a015f48b86c947cf9658 (patch)
tree3c5413e19b12e27241f9232fe081878ebf4f227d /config.h
parent419b42c258707252eeb9f39e24f84a7355c6b6b6 (diff)
enable color emojis with libxft-bgra
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 4213541..b9997ad 100644
--- a/config.h
+++ b/config.h
@@ -12,8 +12,8 @@ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const int vertpad = 10; /* vertical padding of bar */
static const int sidepad = 20; /* horizontal padding of bar */
-static const char *fonts[] = { "monospace:size=12" };
-static const char dmenufont[] = "monospace:size=12";
+static const char *fonts[] = { "monospace:size=10", "JoyPixels:pixelsize=10:antialias=true:autohint=true" };
+static char dmenufont[] = "monospace:size=10";
static char normbgcolor[] = "#222222";
static char normbordercolor[] = "#444444";
static char normfgcolor[] = "#bbbbbb";