all repos — dwm @ 4fb31e08968c5058362021887fab4bbea746aecf

my dwm build

do not take our font declaration as default for st
Anselm R Garbe anselm@garbe.us
Sat, 20 Jul 2013 09:08:46 +0200
commit

4fb31e08968c5058362021887fab4bbea746aecf

parent

b800a1d1366c2ba22b7c934f7527de0b1542fe78

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M config.def.hconfig.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 */