ghostty: create new window with a keybind on macOS w/ghostty itself
used to use skhd to create new instances with `open -n`, this required enabling the option to quit ghostty upon closing the last window in an instance. now ghostty does this itself in one instance
This commit is contained in:
parent
4a1b49ef6a
commit
80e034cbc5
2 changed files with 4 additions and 2 deletions
|
|
@ -5,10 +5,13 @@ background-blur-radius = 20
|
|||
window-decoration = true
|
||||
gtk-titlebar = false
|
||||
|
||||
quit-after-last-window-closed = true
|
||||
|
||||
font-family = "ComicShannsMono Nerd Font"
|
||||
font-size = 18
|
||||
|
||||
window-padding-x = 8
|
||||
window-padding-y = 8
|
||||
|
||||
quit-after-last-window-closed = false
|
||||
keybind = global:opt+shift+q=new_window
|
||||
keybind = global:cmd+opt+q=toggle_quick_terminal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue