diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/.config/ghostty/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/.config/ghostty/config b/home/.config/ghostty/config index 6ea9aac..e78e5e9 100644 --- a/home/.config/ghostty/config +++ b/home/.config/ghostty/config @@ -1,6 +1,11 @@ # Theme (verify: ghostty +list-themes | grep -i gruvbox) theme = Gruvbox Dark +# Cursor — block blink; disable shell integration cursor override +cursor-style = block +cursor-style-blink = true +shell-integration-features = no-cursor + # OSC 52 clipboard for zellij (default is "ask" which prompts each time) clipboard-read = allow |
