diff options
author | Jackson Taylor <jtaylormuffins@gmail.com> | 2020-08-15 20:32:35 +0000 |
---|---|---|
committer | Jackson Taylor <jtaylor@classicalconversations.com> | 2022-02-07 10:22:33 -0500 |
commit | e96f5eafb7205f935eaa204a7a31b622dc76c633 (patch) | |
tree | 5179cce38549f32d99572c7c8697b5c496270987 /config.h | |
parent | 39e5b1251b487560d4b4de0d9bd12d42a0247296 (diff) |
Working on fixes for dwmblocks
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"; |