To confirm_os_window_close 1 in Kitty only ask for confirmation when a non-default (child) shell is running? #10020
|
How can to no avai. Please really shed a light |
Answered by
abdulbadii
May 17, 2026
Replies: 2 comments
|
confirm_os_window_close -1 works exactly like that. But you need to have
working shell integration for it to function. Presumably something in
your bashrc is breaking shell integration, fix that andyou will be fine.
…On Sat, May 16, 2026 at 06:36:17AM -0700, abdulbadii wrote:
How can `confirm_os_window_close 1` in Kitty only ask for confirmation when a non-default shell program is still running?
Tried confirm_os_window_close -1
and many else eg. put on `~/.bashrc`:
```
shopt -s checkjobs
set -m
```
to no avai. Please really shed a light
Thanks before
--
Reply to this email directly or view it on GitHub:
#10020
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
--
_____________________________________
Dr. Kovid Goyal
https://www.kovidgoyal.net
https://calibre-ebook.com
_____________________________________
|
0 replies
|
Launcher's CL with bash' argument :
just make it void of such argument that is, move it up to |
0 replies
Answer selected by
abdulbadii
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Launcher's CL with bash' argument :
bash -c(then -c argument), affects, it clearly shows it has troubleb in this issue
just make it void of such argument that is, move it up to
.bashrc, would solve