diff options
| author | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-02-20 15:05:37 +0100 |
|---|---|---|
| committer | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-02-20 15:05:37 +0100 |
| commit | ac0968042ddb333de5e3c371cc79b3b4ef098356 (patch) | |
| tree | 6fba7deb2e7990b5842ef36ef1dad0f90e74d494 /.config/ghostty/config | |
| parent | 2dab9e093cced83b8a2ae3c477052594f70e9a4d (diff) | |
update
Diffstat (limited to '.config/ghostty/config')
| -rw-r--r-- | .config/ghostty/config | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/.config/ghostty/config b/.config/ghostty/config index 488a14b..d998684 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -1,6 +1,6 @@ macos-window-shadow = false theme = nord -font-size = 22 +font-size = 16 #font-family = "Maple Mono" font-family = "IosevkaTerm Nerd Font" keybind = global:alt+c=toggle_quick_terminal @@ -12,8 +12,13 @@ confirm-close-surface = false macos-titlebar-style = hidden quick-terminal-animation-duration = 0 background = #000000 -background-blur = 15 -background-opacity = 0.8 +#background-blur = 15 +#background-opacity = 0.8 +background-image="/Users/tomiko/dotfiles/.config/ghostty/ign-0008.png" +background-image-fit="cover" +background-image-opacity=0.3 + keybind = super+k=text:\x13\x4b keybind = super+l=text:\x13\x4c +#keybind = ctrl+a=text:\x67\x0a |
