mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[kitty] add the new option for confirming window close
This commit is contained in:
parent
114ab4b3fe
commit
db00d807bc
1 changed files with 6 additions and 0 deletions
|
@ -299,6 +299,12 @@ inactive_text_alpha 0.5
|
|||
#: Fade the text in inactive windows by the specified amount (a number
|
||||
#: between zero and one, with zero being fully faded).
|
||||
|
||||
confirm_os_window_close 1
|
||||
#: Ask for confirmation when closing an OS window that has at least this
|
||||
#: number of kitty windows in it. A value of zero disables confirmation.
|
||||
#: This confirmation also applies to requests to quit the entire application (all
|
||||
#: OS windows, via the quite action).
|
||||
|
||||
#: }}}
|
||||
|
||||
#: Tab bar {{{
|
||||
|
|
Loading…
Reference in a new issue