X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=88fd6ef25ee85ef7f89c70dd6999f1dc7447c32f;hb=fe47b9fa70ffa27b8f60a0260a33d8a9e3c7dc26;hp=7fa258e0efb0001edefef566a9916e3d204f6f7c;hpb=f3a76a8814da65b2de67c1088d750e65bd535bf1;p=dwm.git diff --git a/config.def.h b/config.def.h index 7fa258e..88fd6ef 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 }; /*