From 651982b3dbfc5889e712e56ca757fa83fa9f1072 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Mon, 7 Apr 2025 00:01:45 +0300 Subject: [PATCH] ghostty: make default window size smaller --- config/.config/ghostty/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/.config/ghostty/config b/config/.config/ghostty/config index a45deec..5693e68 100644 --- a/config/.config/ghostty/config +++ b/config/.config/ghostty/config @@ -9,5 +9,5 @@ theme = "GruvboxDark" shell-integration-features = "no-cursor,no-title" cursor-style = "block" cursor-style-blink = false -window-width = 110 -window-height = 30 +window-width = 95 +window-height = 25