X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=8924e62acb13fcb48941f2f38ca5e8ff65f68b28;hb=350e00fdf62ece3ff6323c063680d0a1024862ca;hp=7175dea508efe89331669d1042e3525d6d5a9134;hpb=06b71e650248feee153fe2cff3393c2dc01a396d;p=dwm.git diff --git a/config.def.h b/config.def.h index 7175dea..8924e62 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", "-m", dmenuon }; static const char *termcmd[] = { "st", NULL }; /*