From 17afeb4b6a92c67cc7399b150d6ce29122e90bf3 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sat, 1 Jul 2023 10:11:24 +0200 Subject: [PATCH] wezterm: a bit thicker cursor --- .config/wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index 41cc8ea..2a07e4c 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -107,7 +107,7 @@ return { bottom = 0, }, default_cursor_style = "SteadyBlock", - cursor_thickness = "3px", + cursor_thickness = "6px", cursor_blink_rate = 0, hide_mouse_cursor_when_typing = false, enable_wayland = true,