X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/656882d76f330543b8ecddcf5158e6da575f9202..33a74489f036600bb80a3c34fcdf10e5f9dafae1:/config.def.h diff --git a/config.def.h b/config.def.h index 2fde8bc..d300687 100644 --- a/config.def.h +++ b/config.def.h @@ -51,7 +51,7 @@ static const Layout layouts[] = { /* commands */ static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; -static const char *termcmd[] = { "st", NULL }; +static const char *termcmd[] = { "st", "-f", font, NULL }; static Key keys[] = { /* modifier key function argument */