Set kitty initial size to be sensible

This commit is contained in:
Evie Litherland-Smith 2023-04-19 16:45:30 +01:00
parent bf89896aff
commit 07b1bff3a2

View file

@ -10,7 +10,9 @@
size = 14; size = 14;
}; };
settings = { settings = {
# background_opacity = "0.90"; initial_window_width = 640;
initial_window_height = 400;
background_opacity = "0.95";
disable_ligatures = "cursor"; disable_ligatures = "cursor";
show_hyperlink_targets = true; show_hyperlink_targets = true;
copy_on_select = true; copy_on_select = true;