diff options
| author | Baitinq <[email protected]> | 2025-02-06 00:23:22 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-02-06 00:23:22 +0100 |
| commit | bedaad007869058779b4cd812a33bcc5aed4f4ee (patch) | |
| tree | c92f16b8b469baf7c2a65b83540090e7767b67f8 /dotfiles/ghostty | |
| parent | dotfiles: remove unnecessary padding config (diff) | |
| download | nixos-config-bedaad007869058779b4cd812a33bcc5aed4f4ee.tar.gz nixos-config-bedaad007869058779b4cd812a33bcc5aed4f4ee.tar.bz2 nixos-config-bedaad007869058779b4cd812a33bcc5aed4f4ee.zip | |
dotfiles: add macos ghostty config
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%" |