Increase window deminsions.

This commit is contained in:
Joseph Hanson 2024-02-20 22:48:26 -06:00
parent c0c14f9ec8
commit 2b57ee5816

View file

@ -171,6 +171,10 @@
};
scrolling.multiplier = 5;
selection.save_to_clipboard = true;
window.dimensions = {
columns = 120;
lines = 30;
};
};
};