diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-23 21:49:43 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-23 21:49:43 -0400 |
| commit | 0585e2a196a870200b65095781020da21affe877 (patch) | |
| tree | 3378e5cd611ea20d748953e5e7457dcd6dc14133 /config.h | |
| parent | 27ce2cea129d95926cfc7676e37f48e2cf388aa2 (diff) | |
| download | dwm-0585e2a196a870200b65095781020da21affe877.tar.gz dwm-0585e2a196a870200b65095781020da21affe877.tar.xz | |
Switch from robot to terminus for the yuge terminal
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 }; |
