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.
This commit is contained in:
Nico 2025-05-03 16:16:00 +10:00
parent d887e4ff1d
commit 1d7f1f0b34
2 changed files with 3 additions and 1 deletions

View file

@ -3,5 +3,7 @@ background-opacity = 0.9
window-decoration = true window-decoration = true
quit-after-last-window-closed = true
font-family = "JetBrainsMono Nerd Font" font-family = "JetBrainsMono Nerd Font"
font-size = 18 font-size = 18

View file

@ -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 alt + shift - b : /opt/homebrew/bin/firefox --new-window