dotfiles/ghostty/config

31 lines
844 B
Text
Raw Normal View History

2025-01-18 21:18:34 +00:00
# Ghostty config
# Set the shell to zsh
# This will be searched in the PATH so should find our custom install
command = zsh
2025-01-18 21:18:34 +00:00
# Font configuration
font-size = 18
font-family = MonaspiceKr NFM
font-thicken = true
# Set the theme
#theme = light:Catppuccin Latte,dark:Catppuccin Macchiato
theme = light:tangere-light.conf,dark:tangere-dark.conf
2025-01-18 21:18:34 +00:00
# Try to ensure readability of text
minimum-contrast = 1.1
# I got used to this behaviour on iTerm
copy-on-select = clipboard
2025-01-25 10:33:12 +00:00
# Open new tabs in the home directory
window-inherit-working-directory = false
# Make alt+{key} keyboard shortcuts work
# https://github.com/ghostty-org/ghostty/discussions/3483#discussioncomment-11716750
2026-01-19 18:27:04 +00:00
# Need to work out if I am using `rainfrog` which was the impetus for this change
2026-02-13 16:11:02 +00:00
macos-option-as-alt = right
2026-02-13 16:11:02 +00:00
#keybind = alt+left=unbind
#keybind = alt+right=unbind