From 5effd669c576fb64290ddd070b7c7cc42b2426da Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Sat, 28 Dec 2024 22:15:46 +0100 Subject: [PATCH] Ghostty: Add config --- .config/ghostty/config | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .config/ghostty/config diff --git a/.config/ghostty/config b/.config/ghostty/config new file mode 100644 index 0000000..234c937 --- /dev/null +++ b/.config/ghostty/config @@ -0,0 +1,14 @@ +font-family = MesloLGM Nerd Font Mono +font-thicken = true +font-size = 18 +theme = catppuccin-mocha + +cursor-opacity = 0.5 +cursor-style-blink = true + +background-opacity = 0.9 +background-blur-radius = 20 + +initial-command = /opt/homebrew/bin/tmux a -d +quit-after-last-window-closed = true +