From 0585e2a196a870200b65095781020da21affe877 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Thu, 23 Sep 2021 21:49:43 -0400 Subject: Switch from robot to terminus for the yuge terminal --- config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.h') 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 }; -- cgit v1.2.3