From: Daniel Liu Date: Thu, 10 Sep 2020 20:39:12 +0000 (-0400) Subject: removed xresources for dmenu X-Git-Url: https://git.danieliu.xyz/?p=dwm.git;a=commitdiff_plain;h=ff798e198fd1b3c81868bddfae61a9832943fddb removed xresources for dmenu --- diff --git a/config.def.h b/config.def.h index d5eb224..1e299c5 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 }; /*