Tweaks to ghostty config

The copy on select doesn’t seem to be working still :/
This commit is contained in:
Jonny Barnes 2025-03-16 16:06:36 +00:00
parent 0463ec34bf
commit a3e8d9d424
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -1,5 +1,9 @@
# 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
@ -18,7 +22,7 @@ background-opacity = 0.999
minimum-contrast = 1.1
# I got used to this behaviour on iTerm
copy-on-select = true
copy-on-select = clipboard
# Open new tabs in the home directory
window-inherit-working-directory = false