From 1d7f1f0b343b25782e79c330a4a24b3f653bec34 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:00 +1000 Subject: [PATCH] ghostty: open a new instance when a keybind is pressed should let me open multiple windows in multiple work spaces easily with a keybind. the ghostty instance quits when the last window in it dies. --- stow/.config/ghostty/config | 2 ++ stow/.config/skhd/skhdrc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stow/.config/ghostty/config b/stow/.config/ghostty/config index 59897ac..f2d8850 100644 --- a/stow/.config/ghostty/config +++ b/stow/.config/ghostty/config @@ -3,5 +3,7 @@ background-opacity = 0.9 window-decoration = true +quit-after-last-window-closed = true + font-family = "JetBrainsMono Nerd Font" font-size = 18 diff --git a/stow/.config/skhd/skhdrc b/stow/.config/skhd/skhdrc index ca5247f..22250be 100644 --- a/stow/.config/skhd/skhdrc +++ b/stow/.config/skhd/skhdrc @@ -1,2 +1,2 @@ -alt + shift - q : open /Applications/Ghostty.app +alt + shift - q : open -n /Applications/Ghostty.app alt + shift - b : /opt/homebrew/bin/firefox --new-window