aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h b/config.h
index 12cb037..be980a1 100644
--- a/config.h
+++ b/config.h
@@ -5,6 +5,9 @@
#define ROBOTO_YUGE "RobotoMono-Regular:pixelsize=18:antialias=true:autohint=true"
#define FONT_SCIENTIFICA "scientifica:style=Bold:pixelsize=10:antialias=false:autohint=false"
#define FONT_CURIE "curieMedium:pixelsize=10:antialias=false:autohint=false"
+#define TERMINUS_YUGE "Terminus (TTF):pixelsize=18:antialias=false:autohint=false"
+#define TERMINUS_LARGE "Terminus (TTF):pixelsize=16:antialias=false:autohint=false"
+#define TERMINUS "Terminus (TTF):pixelsize=12:antialias=false:autohint=false"
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
@@ -84,7 +87,7 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn()
static const char *dmenucmd[] = { "dmenu_run", DMENU_FLAGS, NULL };
static const char *termcmd[] = { "st", NULL };
static const char *termcmdLarge[] = { "st", "-f", PROFONT_LARGE, NULL };
-static const char *termcmdYuge[] = { "st", "-f", ROBOTO_YUGE, NULL };
+static const char *termcmdYuge[] = { "st", "-f", TERMINUS_YUGE, NULL };
static const char *passcmd[] = { "passmenu", DMENU_FLAGS, NULL };
static const char *passcmd_type[] = { "passmenu", "--type", DMENU_FLAGS, NULL };
static const char *snip_cmd[] = { "snipmenu", DMENU_FLAGS, NULL };