summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJackson Taylor <jtaylormuffins@gmail.com>2020-08-15 20:32:35 +0000
committerJackson Taylor <jtaylor@classicalconversations.com>2022-02-07 10:22:33 -0500
commite96f5eafb7205f935eaa204a7a31b622dc76c633 (patch)
tree5179cce38549f32d99572c7c8697b5c496270987 /config.h
parent39e5b1251b487560d4b4de0d9bd12d42a0247296 (diff)
Working on fixes for dwmblocks
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index cc8b2182..79ef8349 100644
--- a/config.h
+++ b/config.h
@@ -6,7 +6,8 @@ static const unsigned int gappx = 10; /* gaps between windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
-static const char *fonts[] = { "monospace:size=10" };
+static const char *fonts[] = { "monospace:size=10", "JoyPixels:pixelsize=10:antialias=true:autohint=true" };
+/* static const char *fonts[] = { "Hack:size=10:antialias=true:autohint=true", "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; */
static const char dmenufont[] = "monospace:size=10";
static char normbgcolor[] = "#222222";
static char normbordercolor[] = "#444444";