From c9b3e728072f0a2ca0bf7ecd2244fdc3ae1a9c2d Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 19 Feb 2025 22:16:44 +0100 Subject: [PATCH] Revert "fix(ghostty): increase width to fit 2x80 cols" This reverts commit 64e7637d2994f5726c2b57c4471d876d8ee855c4. --- .config/ghostty/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ghostty/config b/.config/ghostty/config index 440d772..3213ba2 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 = 188 +window-width = 177 window-height = 60 window-padding-x = 2 window-padding-y = 1