kitty: remember window size

This commit is contained in:
John Bowdre 2024-12-22 08:21:08 -06:00
parent bf7d243ecf
commit 12d74b630b
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -9,6 +9,7 @@
enable_audio_bell = "no"; enable_audio_bell = "no";
linux_display_server = "x11"; linux_display_server = "x11";
paste_actions = "quote-urls-at-prompt,confirm,confirm-if-large"; paste_actions = "quote-urls-at-prompt,confirm,confirm-if-large";
remember_window_size = "yes";
resize_debounce_time = "0.5"; resize_debounce_time = "0.5";
shell = "${pkgs.fish}/bin/fish"; shell = "${pkgs.fish}/bin/fish";
strip_trailing_spaces = "smart"; strip_trailing_spaces = "smart";