Implement default border styles (thanks litemotiv).
This commit is contained in:
committed by
Michael Stapelberg
parent
41eb810531
commit
a1dd74da5a
@ -365,6 +365,7 @@ void load_configuration(xcb_connection_t *conn, const char *override_configpath,
|
||||
INIT_COLOR(config.bar.urgent, "#2f343a", "#900000", "#ffffff");
|
||||
|
||||
config.restart_state_path = "~/.i3/_restart.json";
|
||||
config.default_border = BS_NORMAL;
|
||||
|
||||
parse_configuration(override_configpath);
|
||||
|
||||
|
Reference in New Issue
Block a user