Changed the default for show_marks from "no" to "yes"

This commit is contained in:
Ingo Bürk
2015-03-30 22:16:05 +02:00
parent 245a29e233
commit 6036d4e506
3 changed files with 5 additions and 3 deletions

View File

@ -190,6 +190,8 @@ void load_configuration(xcb_connection_t *conn, const char *override_configpath,
INIT_COLOR(config.bar.unfocused, "#333333", "#222222", "#888888", "#000000");
INIT_COLOR(config.bar.urgent, "#2f343a", "#900000", "#ffffff", "#000000");
config.show_marks = true;
config.default_border = BS_NORMAL;
config.default_floating_border = BS_NORMAL;
config.default_border_width = logical_px(2);