removed xresources for dmenu
authorDaniel Liu <mr.picklepinosaur@gmail.com>
Thu, 10 Sep 2020 20:39:12 +0000 (16:39 -0400)
committerDaniel Liu <mr.picklepinosaur@gmail.com>
Thu, 10 Sep 2020 20:39:12 +0000 (16:39 -0400)
config.def.h

index d5eb224..1e299c5 100644 (file)
@@ -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 };
 
 /*