From 363be8e6fe33b9c6aa402195a0dfcc035a333628 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 2 Jul 2025 19:35:57 -0700 Subject: [PATCH] Default ghostty config --- config/ghostty/config | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 config/ghostty/config diff --git a/config/ghostty/config b/config/ghostty/config new file mode 100644 index 0000000..b7ade48 --- /dev/null +++ b/config/ghostty/config @@ -0,0 +1,27 @@ +# Font configuration +font-family = CaskaydiaMono Nerd Font +font-size = 9 +adjust-cell-height=7% + +# Window settings +window-padding-x = 14 +window-padding-y = 14 +window-decoration = false +background-opacity = 0.98 + +# Window behavior +confirm-close-surface=false +resize-overlay = never + +# Cursor stlying +cursor-style = "block" +cursor-style-blink = false + +# Terminal settings +term = xterm-256color + +# Keybindings +keybind = f11=toggle_fullscreen + +# FIXME: Will need to change this theme out in a symlink +theme = "tokyonight"