re-enable ipc_shutdown() when restarting
This commit is contained in:
parent
ab8400fff9
commit
32cc7134aa
|
@ -415,7 +415,7 @@ void i3_restart() {
|
|||
store_restart_layout();
|
||||
restore_geometry();
|
||||
|
||||
//ipc_shutdown();
|
||||
ipc_shutdown();
|
||||
|
||||
LOG("restarting \"%s\"...\n", start_argv[0]);
|
||||
/* make sure -a is in the argument list or append it */
|
||||
|
|
Loading…
Reference in New Issue