From 8de304c9c9167e72aa81bec21fe57e4fef9e984a Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Thu, 13 Feb 2025 12:05:40 +0300 Subject: [PATCH] ghostty: increase font-size and set fullscreen to true --- config/.config/ghostty/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/.config/ghostty/config b/config/.config/ghostty/config index 197afb1..5387664 100644 --- a/config/.config/ghostty/config +++ b/config/.config/ghostty/config @@ -3,6 +3,8 @@ font-feature = "-liga" font-feature = "-calt" font-feature = "-calt" font-feature = "-dlig" +font-size = "20" +fullscreen = true theme = "GruvboxDark" shell-integration-features = "no-cursor,no-title" cursor-style = "block"