mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-01-09 06:22:39 +01:00
33 lines
759 B
Text
33 lines
759 B
Text
# https://ghostty.org/docs/config/reference
|
|
|
|
# appearance
|
|
theme = light:catppuccin-latte,dark:catppuccin-mocha
|
|
cursor-style-blink = false
|
|
cursor-invert-fg-bg = true
|
|
background-opacity = 0.9
|
|
background-blur-radius = 20
|
|
macos-titlebar-style = tabs
|
|
|
|
# font
|
|
font-family = MonoLisa Nerd Font
|
|
font-size = 17
|
|
adjust-cell-width = -10%
|
|
|
|
# size
|
|
window-height = 300
|
|
window-width = 300
|
|
window-padding-x = 5
|
|
window-padding-y = 10
|
|
window-padding-balance = true
|
|
|
|
# features
|
|
copy-on-select = true
|
|
shell-integration-features = sudo,title,no-cursor
|
|
mouse-scroll-multiplier = 3
|
|
|
|
# keybinds
|
|
keybind = global:cmd+shift+space=toggle_quick_terminal
|
|
|
|
# fix "git" arrows in prompt, see https://github.com/ghostty-org/ghostty/discussions/3541
|
|
font-codepoint-map = U+21E1-U+21E3=Menlo
|
|
|