]> git.sur5r.net Git - i3/i3/blobdiff - src/config.c
Default to a file in /tmp for the restart state.
[i3/i3] / src / config.c
index 683310c8ba5c3e1ada4e9d6732fad205af38a9ee..8a394c1faa53924bd2968594e8e5290ba6533176 100644 (file)
@@ -323,7 +323,6 @@ 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";
         config.default_border = BS_NORMAL;
 
         parse_configuration(override_configpath);