diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-27 19:17:04 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-27 19:17:04 +0100 |
| commit | 57c8538581c6b340fd7aa133d719260bb5e7754c (patch) | |
| tree | 4561090f0e413d901cc6e960855b18e86cfe896a /.config | |
| parent | f3669f993b4c02173def141df20d69d0470db93f (diff) | |
| download | dotfiles-57c8538581c6b340fd7aa133d719260bb5e7754c.tar.gz | |
Added ghostty config
Diffstat (limited to '.config')
| -rw-r--r-- | .config/ghostty/config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/ghostty/config b/.config/ghostty/config new file mode 100644 index 0000000..7d7a101 --- /dev/null +++ b/.config/ghostty/config | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | background = 000000 | ||
| 2 | foreground = ffffff | ||
| 3 | window-width = 100 | ||
| 4 | window-height = 50 | ||
| 5 | cursor-style = block | ||
| 6 | cursor-style-blink = false | ||
| 7 | shell-integration-features = no-cursor | ||
| 8 | confirm-close-surface = false | ||
| 9 | font-family = Berkeley Mono | ||
| 10 | font-style = Bold | ||
| 11 | font-size = 14 | ||
