diff options
| author | kj_sh604 | 2025-10-19 13:18:11 -0400 |
|---|---|---|
| committer | kj_sh604 | 2025-10-19 13:18:11 -0400 |
| commit | 70619304fa03179de3e8427cc4ddb21c13551804 (patch) | |
| tree | 8d110272f4e15fb46e87308b137226df8e3b8de5 /.config/alacritty.toml | |
| parent | 8cea5cfbcdacfe050cb7c5c1878362a2e63881bf (diff) | |
refactor: smaller terminals
Diffstat (limited to '.config/alacritty.toml')
| -rw-r--r-- | .config/alacritty.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
