Kitty, remove yes/no prompt on close

This commit is contained in:
Julia Lange 2024-05-27 01:55:38 -07:00
parent 1a325049ae
commit d5103a2cc9

View file

@ -14,6 +14,7 @@
font_family = config.kitty.font; font_family = config.kitty.font;
font_size = config.kitty.font_size; font_size = config.kitty.font_size;
enable_audio_bell = "no"; enable_audio_bell = "no";
confirm_os_window_close = 0;
}; };
}; };
}; };