chore(ghostty): minor config tweaks

This commit is contained in:
2025-01-13 19:37:02 +00:00
parent 33bcfd70be
commit fed6251aa7
2 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
# ------------------------------------------------------------------------------
# General settings
# ------------------------------------------------------------------------------
auto-update-channel = tip
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Theme settings # Theme settings
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
@@ -41,13 +47,13 @@ macos-titlebar-style = transparent
macos-secure-input-indication = true macos-secure-input-indication = true
macos-auto-secure-input = true macos-auto-secure-input = true
# notch padding: 14-inch@2704x1756
# window-padding-y = 60,0
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Cursor settings # Cursor settings
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
cursor-style = block
shell-integration-features = no-cursor
mouse-hide-while-typing = true mouse-hide-while-typing = true
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
@@ -55,6 +61,11 @@ mouse-hide-while-typing = true
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
window-padding-balance = true window-padding-balance = true
window-step-resize = true
# macOS notch padding: 14-inch@2704x1756
# window-padding-y = 60,20
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Keybindings # Keybindings

View File

@@ -16,6 +16,6 @@ palette = 14=#75cee3
palette = 15=#f5f5f5 palette = 15=#f5f5f5
background = 000000 background = 000000
foreground = ffffff foreground = ffffff
cursor-color = fffffe cursor-color = D0D0D0
selection-background = 7499c7 selection-background = 7499c7
selection-foreground = 000000 selection-foreground = 000000