From: Daniel Liu Date: Thu, 30 Jul 2020 03:29:32 +0000 (-0400) Subject: oops X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=5bce471ba3107060c3b765d3f492e1bb671955d4;p=dwm.git oops --- diff --git a/config.def.h b/config.def.h index 7175dea..d5eb224 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 */