X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=1e299c545d456e3c186174c9ac1f2a8d6e19730d;hb=ff798e198fd1b3c81868bddfae61a9832943fddb;hp=7175dea508efe89331669d1042e3525d6d5a9134;hpb=06b71e650248feee153fe2cff3393c2dc01a396d;p=dwm.git diff --git a/config.def.h b/config.def.h index 7175dea..1e299c5 100644 --- a/config.def.h +++ b/config.def.h @@ -17,7 +17,7 @@ static char selbgcolor[] = "#005577"; static char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { normfgcolor, normbgcolor, normbordercolor }, - [SchemeSel] = { selfgcolor, selbgcolor, selbordercolor },^ + [SchemeSel] = { selfgcolor, selbgcolor, selbordercolor }, }; /* tagging */ @@ -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 }; /*