Set kitty initial size to be sensible
This commit is contained in:
parent
bf89896aff
commit
07b1bff3a2
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue