forked from nico/dots
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:
parent
d887e4ff1d
commit
1d7f1f0b34
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue