diff options
| author | Baitinq <[email protected]> | 2024-12-29 20:08:47 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-12-29 22:05:54 +0100 |
| commit | 71f48099f83a85f7a6162b22e1351cf6e7aef79b (patch) | |
| tree | 4c9dfe32eb8952b7f9da84cfb9f72ddc89fabcde /dotfiles/ghostty/config | |
| parent | Font: New font (diff) | |
| download | nixos-config-71f48099f83a85f7a6162b22e1351cf6e7aef79b.tar.gz nixos-config-71f48099f83a85f7a6162b22e1351cf6e7aef79b.tar.bz2 nixos-config-71f48099f83a85f7a6162b22e1351cf6e7aef79b.zip | |
Dotfiles: Add ghostty config
Diffstat (limited to 'dotfiles/ghostty/config')
| -rw-r--r-- | dotfiles/ghostty/config | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dotfiles/ghostty/config b/dotfiles/ghostty/config new file mode 100644 index 0000000..dfbb877 --- /dev/null +++ b/dotfiles/ghostty/config @@ -0,0 +1,18 @@ +theme = shinobi + +font-family = TX-02 +font-size = 12 +font-feature = -calt +font-feature = -dlig +font-feature = -liga + +window-decoration = false +window-padding-x = 0 +window-padding-y = 0 + +clipboard-read = "allow" +clipboard-paste-protection = false + +gtk-adwaita = false + +initial-command = "zsh" |