From 4e35c380102054943446af904b54b45e6bb39bc1 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Fri, 3 Jan 2025 16:54:01 +0300 Subject: [PATCH] add ghostty config --- config/.config/ghostty/config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/.config/ghostty/config diff --git a/config/.config/ghostty/config b/config/.config/ghostty/config new file mode 100644 index 0000000..197afb1 --- /dev/null +++ b/config/.config/ghostty/config @@ -0,0 +1,11 @@ +font-family = "IBM Plex Mono" +font-feature = "-liga" +font-feature = "-calt" +font-feature = "-calt" +font-feature = "-dlig" +theme = "GruvboxDark" +shell-integration-features = "no-cursor,no-title" +cursor-style = "block" +cursor-style-blink = false +window-width = 130 +window-height = 40