Add forgetful restart to sighandler
This commit is contained in:
committed by
Michael Stapelberg
parent
6ec468ba1e
commit
aa422c07c4
@ -340,7 +340,7 @@ restart:
|
||||
TOK_RESTART
|
||||
{
|
||||
printf("restarting i3\n");
|
||||
i3_restart();
|
||||
i3_restart(false);
|
||||
}
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user