diff options
Diffstat (limited to 'dotfiles/ghostty')
| -rw-r--r-- | dotfiles/ghostty/config_mac | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dotfiles/ghostty/config_mac b/dotfiles/ghostty/config_mac new file mode 100644 index 0000000..b3db80e --- /dev/null +++ b/dotfiles/ghostty/config_mac @@ -0,0 +1,24 @@ +theme = shinobi +bold-is-bright = true + +font-family = TX-02 +font-size = 14 +font-thicken = true +font-feature = -calt +font-feature = -dlig +font-feature = -liga + +window-decoration = false +window-padding-x = 4 +window-padding-y = 4 + +clipboard-read = "allow" +clipboard-paste-protection = false + +gtk-adwaita = false + +initial-command = "zsh" + +confirm-close-surface = false + +adjust-cell-width = "-5%" |