force kitty to quit even while a program is running

This commit is contained in:
wi11-holdsworth 2025-08-28 21:39:34 +10:00
parent 005a8f4063
commit 250563445b

View file

@ -21,6 +21,7 @@ in
settings = { settings = {
shell = "zellij -l welcome"; shell = "zellij -l welcome";
remember_window_size = true; remember_window_size = true;
confirm_os_window_close = 0;
}; };
}; };
}; };