From 70619304fa03179de3e8427cc4ddb21c13551804 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 19 Oct 2025 13:18:11 -0400 Subject: refactor: smaller terminals --- .config/alacritty.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/alacritty.toml') diff --git a/.config/alacritty.toml b/.config/alacritty.toml index 49bf634..f43add7 100644 --- a/.config/alacritty.toml +++ b/.config/alacritty.toml @@ -166,8 +166,8 @@ dynamic_title = true title = "Terminal" [window.dimensions] -columns = 160 -lines = 48 +columns = 95 +lines = 28 [general] live_config_reload = true -- cgit v1.2.3