From 56b43d04451ece72603ff31c9c4d5696ce47ab2c Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sat, 25 Jan 2025 16:41:19 -0500 Subject: Block cursor and no blinking --- dotfiles/ghostty/config | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3