diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2017-01-07 17:21:28 +0100 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2017-03-28 20:23:28 +0200 |
commit | 2952b68db88f38be8d34b80c7a7d2c7eb5b2484d (patch) | |
tree | 5f7c2ef09c6a78c1137c93aba455945046f088c6 /config.def.h | |
parent | bb3bd6fec37174e8d4bb9457ca815c00609e5157 (diff) |
cleanup
- unify multi-line expression alignment style.
- unify multi-line function call alignment style.
- simplify client moving on monitor count decrease.
- clarify comment for focusin().
- remove old confusing comment about input focus fix in focusmon(). The
explanation is already in the old commit message, so no need to keep it in the
code.
- remove old comment describing even older state of the code in focus().
- unify comment style.
- break up some long lines.
- fix some typos and grammar.
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index ba9a240..a9ac303 100644 --- a/config.def.h +++ b/config.def.h @@ -15,7 +15,7 @@ static const char col_cyan[] = "#005577"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, - [SchemeSel] = { col_gray4, col_cyan, col_cyan }, + [SchemeSel] = { col_gray4, col_cyan, col_cyan }, }; /* tagging */ |