Files
dotfiles/config/ghostty/config
2025-09-23 17:54:03 +01:00

79 lines
2.4 KiB
Plaintext

# ------------------------------------------------------------------------------
# General settings
# ------------------------------------------------------------------------------
auto-update-channel = stable
# ------------------------------------------------------------------------------
# Theme settings
# ------------------------------------------------------------------------------
theme = tango-with-monokai
window-theme = dark
background-opacity = 0.8
background-blur-radius = 20
# ------------------------------------------------------------------------------
# Font settings
# ------------------------------------------------------------------------------
font-size = 12
font-family = Menlo Nerd Font
font-family-bold = Menlo Nerd Font Bold
font-family-italic = Menlo Nerd Font Italic
font-family-bold-italic = Menlo Nerd Font Bold Italic
# Match font rendering of iTerm and Terminal.app.
adjust-cell-width = -1
font-thicken = true
# Disable ligatures
font-feature = -calt
font-feature = -dlig
font-feature = -liga
# ------------------------------------------------------------------------------
# macOS settings
# ------------------------------------------------------------------------------
macos-non-native-fullscreen = true
macos-option-as-alt = true
macos-titlebar-proxy-icon = hidden
macos-titlebar-style = transparent
macos-secure-input-indication = true
macos-auto-secure-input = true
# ------------------------------------------------------------------------------
# Cursor settings
# ------------------------------------------------------------------------------
cursor-style = block
shell-integration-features = no-cursor
mouse-hide-while-typing = true
# ------------------------------------------------------------------------------
# Window settings
# ------------------------------------------------------------------------------
window-padding-balance = true
window-step-resize = true
# macOS notch padding: 14-inch@2704x1756
# window-padding-y = 60,20
# ------------------------------------------------------------------------------
# Keybindings
# ------------------------------------------------------------------------------
# Clipboard (ensure super/cmd+c/v are always available, including on Linux)
keybind = super+c=copy_to_clipboard
keybind = super+v=paste_from_clipboard
# Quick Terminal (alt+`)
keybind = global:alt+grave_accent=toggle_quick_terminal