aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-09-23 21:49:43 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-09-23 21:49:43 -0400
commit0585e2a196a870200b65095781020da21affe877 (patch)
tree3378e5cd611ea20d748953e5e7457dcd6dc14133
parent27ce2cea129d95926cfc7676e37f48e2cf388aa2 (diff)
downloaddwm-0585e2a196a870200b65095781020da21affe877.tar.gz
dwm-0585e2a196a870200b65095781020da21affe877.tar.xz
Switch from robot to terminus for the yuge terminal
-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 };