From aadf625b59e7258fe26a942bf8b2ed05d2bbaae8 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Wed, 17 Nov 2021 09:03:19 +0000 Subject: [PATCH] Use block blinkign cursor --- states/termite/files/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/states/termite/files/config b/states/termite/files/config index d984a78..b334965 100644 --- a/states/termite/files/config +++ b/states/termite/files/config @@ -35,10 +35,10 @@ scrollback_lines = 10000 #browser = xdg-open # "system", "on" or "off" -#cursor_blink = system +cursor_blink = on # "block", "underline" or "ibeam" -cursor_shape = ibeam +cursor_shape = block # Hide links that are no longer valid in url select overlay mode #filter_unmatched_urls = true -- 2.46.2