From a3e8d9d42435bf317b27365e0f2010b466d1a53b Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 16 Mar 2025 16:06:36 +0000 Subject: [PATCH] Tweaks to ghostty config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The copy on select doesn’t seem to be working still :/ --- ghostty | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghostty b/ghostty index 93da284..57f0720 100644 --- a/ghostty +++ b/ghostty @@ -1,5 +1,9 @@ # Ghostty config +# Set the shell to zsh +# This will be searched in the PATH so should find our custom install +command = zsh + # Font configuration font-size = 18 font-family = MonaspiceKr NFM @@ -18,7 +22,7 @@ background-opacity = 0.999 minimum-contrast = 1.1 # I got used to this behaviour on iTerm -copy-on-select = true +copy-on-select = clipboard # Open new tabs in the home directory window-inherit-working-directory = false