dotfiles/ghostty
Jonny Barnes a3e8d9d424
Tweaks to ghostty config
The copy on select doesn’t seem to be working still :/
2025-03-16 16:06:36 +00:00

28 lines
703 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Ghostty config
# Set the shell to zsh
# This will be searched in the PATH so should find our custom install
command = zsh
# Font configuration
font-size = 18
font-family = MonaspiceKr NFM
font-thicken = true
# Set the theme
#theme = Cobalt2
#theme = light:flexoki-light,dark:flexiko-dark
theme = light:catppuccin-latte,dark:catppuccin-macchiato
#theme = light:Novel,dark:catppuccin-macchiato
# Fix an issue when switching apps on macOS Venturas Stage Manager
background-opacity = 0.999
# Try to ensure readability of text
minimum-contrast = 1.1
# I got used to this behaviour on iTerm
copy-on-select = clipboard
# Open new tabs in the home directory
window-inherit-working-directory = false