diff options
| author | 2026-04-17 10:53:52 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:53:52 +0100 | |
| commit | eaa5db48848246b94d35af846eb0e8d553310a62 (patch) | |
| tree | 659cf30abb3586d1e67c4123eee74622cdd3a7e7 | |
| parent | 159257dbe79c71651eccc3379d77f9a1402bfb60 (diff) | |
| download | dotfiles-eaa5db48848246b94d35af846eb0e8d553310a62.tar.gz dotfiles-eaa5db48848246b94d35af846eb0e8d553310a62.tar.bz2 dotfiles-eaa5db48848246b94d35af846eb0e8d553310a62.zip | |
feat: set block blinking cursor in ghostty
| -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 |
