Make the restart path configurable.

This commit is contained in:
Fernando Tarlá Cardoso Lemos
2010-11-26 22:27:38 -02:00
committed by Michael Stapelberg
parent 622b51a1ea
commit 0a17fe973c
6 changed files with 20 additions and 3 deletions

View File

@ -364,6 +364,8 @@ void load_configuration(xcb_connection_t *conn, const char *override_configpath,
INIT_COLOR(config.bar.unfocused, "#333333", "#222222", "#888888");
INIT_COLOR(config.bar.urgent, "#2f343a", "#900000", "#ffffff");
config.restart_state_path = "~/.i3/_restart.json";
parse_configuration(override_configpath);
if (reload) {