From 9258fcfca432e95c21ce07fc6ce7443b30a989a1 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 13 Nov 2024 23:19:40 +0100 Subject: [PATCH] Disable ghostty auto updates on mac --- modules/gui/ghostty.config | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/gui/ghostty.config b/modules/gui/ghostty.config index e56d4ff..d2e971e 100644 --- a/modules/gui/ghostty.config +++ b/modules/gui/ghostty.config @@ -6,9 +6,6 @@ font-feature = -calt font-feature = -liga font-feature = -dlig -# theme = catppuccin-mocha -theme = catppuccin-latte - minimum-contrast = 0 cursor-style = bar cursor-style-blink = false @@ -51,7 +48,13 @@ copy-on-select = false confirm-close-surface = false quit-after-last-window-closed = true +auto-update = false + shell-integration = detect shell-integration-features = cursor,sudo,title +theme = catppuccin-latte +# theme = catppuccin-mocha +# config-file = ?~/.config/ghostty/theme.config + # vim: ft=conf