do not take our font declaration as default for st
Anselm R Garbe anselm@garbe.us
Sat, 20 Jul 2013 09:08:46 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
config.def.h
→
config.def.h
@@ -51,7 +51,7 @@ #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
/* commands */ static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; -static const char *termcmd[] = { "st", "-f", font, NULL }; +static const char *termcmd[] = { "st", NULL }; static Key keys[] = { /* modifier key function argument */