From 9b693a3dfb4c7d303f932d08bd1be73028217f1e Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 1 Jan 2025 14:03:22 +0100 Subject: [PATCH] feat(ghostty): change cursor to block --- config/ghostty/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/ghostty/config b/config/ghostty/config index 324d037..f684385 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -36,6 +36,7 @@ window-padding-x = 30 window-padding-y = 30 window-height = 65 window-width = 100 +window-colorspace = "display-p3" # Macos macos-titlebar-style = hidden @@ -54,7 +55,7 @@ clipboard-read = allow # Cursor shell-integration-features = no-cursor -cursor-style = bar +cursor-style = block ###### Key bindings ######