X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=b8a643aecead09de9fd138917f85cb57afcee077;hb=43ba0d147585888542cbb77c0a62999bcba1538e;hp=d5eb22447776af527d960cbab77678839dc229e0;hpb=5bce471ba3107060c3b765d3f492e1bb671955d4;p=dwm.git diff --git a/config.def.h b/config.def.h index d5eb224..b8a643a 100644 --- a/config.def.h +++ b/config.def.h @@ -58,7 +58,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ -static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbordercolor, "-sf", selfgcolor, NULL }; +static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon }; static const char *termcmd[] = { "st", NULL }; /*