fix(kitty): make kitty not prompt for confirmation when closing window

This commit is contained in:
Mohammad Rafiq 2025-03-25 03:54:01 +08:00
parent 976d9efec1
commit c9b321991f
No known key found for this signature in database
3 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@
};
settings = {
window_padding_width = 10;
confirm_os_window_close = 0;
};
};
}