From d0c9d8e4729ca62a0be6b6c7628e527b90afe6cd Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 19 Feb 2025 18:26:41 +0100 Subject: [PATCH] fix(ghostty): increase width to fit 2x80 cols --- .config/ghostty/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ghostty/config b/.config/ghostty/config index 3213ba2..440d772 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -7,7 +7,7 @@ shell-integration-features = no-cursor cursor-style = block mouse-hide-while-typing = true title = Terminal -window-width = 177 +window-width = 188 window-height = 60 window-padding-x = 2 window-padding-y = 1