fix(docs): Updated README and configs

Use dash instead of underscore as parameter name separator
Will break alot of configs but people like to work!
This commit is contained in:
Michael Carlberg 2016-10-12 05:19:29 +02:00
parent a891f3e53b
commit 2af0d0845d
18 changed files with 1138 additions and 260 deletions
include/components

View file

@ -41,7 +41,7 @@ struct bar_settings {
alignment align{alignment::RIGHT};
bool bottom{false};
bool dock{true};
bool dock{false};
monitor_t monitor;
string wmname;