X-Git-Url: https://git.danieliu.xyz/?p=dwm.git;a=blobdiff_plain;f=config.def.h;fp=config.def.h;h=17404e06354f6383c897b4f076c5550cb85ad56e;hp=7fa258e0efb0001edefef566a9916e3d204f6f7c;hb=f315d54f3f2a4ea25a0846453aaffd1bf467f4b8;hpb=f3a76a8814da65b2de67c1088d750e65bd535bf1 diff --git a/config.def.h b/config.def.h index 7fa258e..17404e0 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" }; static const char *termcmd[] = { "st", NULL }; /*