diff options
| author | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2025-08-09 17:12:43 +0200 |
|---|---|---|
| committer | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2025-08-09 17:12:43 +0200 |
| commit | ea82cbb1c0b778dd946c717cceace53fab391ba8 (patch) | |
| tree | f0c84a86f48d61d918b6de9dc464c08370ab6a7c /.config/ghostty | |
init
Diffstat (limited to '.config/ghostty')
| -rw-r--r-- | .config/ghostty/config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.config/ghostty/config b/.config/ghostty/config new file mode 100644 index 0000000..488a14b --- /dev/null +++ b/.config/ghostty/config @@ -0,0 +1,19 @@ +macos-window-shadow = false +theme = nord +font-size = 22 +#font-family = "Maple Mono" +font-family = "IosevkaTerm Nerd Font" +keybind = global:alt+c=toggle_quick_terminal +macos-option-as-alt = true +cursor-style = block +cursor-style-blink = false +shell-integration-features = no-cursor +confirm-close-surface = false +macos-titlebar-style = hidden +quick-terminal-animation-duration = 0 +background = #000000 +background-blur = 15 +background-opacity = 0.8 + +keybind = super+k=text:\x13\x4b +keybind = super+l=text:\x13\x4c |
