diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-08-31 14:21:57 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-08-31 14:21:57 +0000 |
| commit | b41ff0b88227bf5d723401fbdaaa91c5d3fecfbb (patch) | |
| tree | 8e37df71a12499a2b474aa6ffb986a4b40e30ef7 /dotfiles/ghostty | |
| parent | imported system/home-manager config (diff) | |
added dots and wallpaper
Diffstat (limited to 'dotfiles/ghostty')
| -rw-r--r-- | dotfiles/ghostty/config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dotfiles/ghostty/config b/dotfiles/ghostty/config new file mode 100644 index 0000000..da4d9d3 --- /dev/null +++ b/dotfiles/ghostty/config @@ -0,0 +1,19 @@ +# font +font-family = Maple Mono NF CN +font-style = bold +font-size = 11 + +# i hate decor +window-decoration = false + +# background +background = #2b2b2b +background-opacity = 1 +background-blur = true + +# cursor +cursor-style = bar +cursor-style-blink = true + +# dunno +working-directory = home |
