diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-01-25 16:41:19 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-01-25 16:41:19 -0500 |
| commit | 56b43d04451ece72603ff31c9c4d5696ce47ab2c (patch) | |
| tree | f9f776e1b1fe318801ae90594279f24ba7ed77c6 | |
| parent | 592bc4b1ca0075a4a0a254e103d98ec32eb642bc (diff) | |
| download | dotfiles-56b43d04451ece72603ff31c9c4d5696ce47ab2c.tar.gz dotfiles-56b43d04451ece72603ff31c9c4d5696ce47ab2c.tar.xz | |
Block cursor and no blinking
| -rw-r--r-- | dotfiles/ghostty/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/ghostty/config b/dotfiles/ghostty/config index fab2902..ef2300b 100644 --- a/dotfiles/ghostty/config +++ b/dotfiles/ghostty/config @@ -1,6 +1,7 @@ theme = GruvboxLight # theme = nord + font-family = "IBM 3270" font-size = 13 # font-size = 8 @@ -8,3 +9,7 @@ font-size = 13 # window-theme = ghostty # gtk-titlebar = false gtk-wide-tabs = false + +cursor-style = block +cursor-style-blink = false +shell-integration-features = no-cursor |
