dots/stow/.config/ghostty/config
Nico 80e034cbc5
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
2025-08-19 19:05:40 +10:00

17 lines
375 B
Text

theme = dark:tokyonight,light:tokyonight-day
background-opacity = 0.9
background-blur-radius = 20
window-decoration = true
gtk-titlebar = false
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