From 2df753f317836897505af95948463ece5b22fcec Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Thu, 21 Dec 2023 01:31:26 +0700 Subject: [PATCH] chore(wezterm): use custom default_cursor_style --- data/wezterm/wezterm.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/wezterm/wezterm.lua b/data/wezterm/wezterm.lua index f20ecc4..ecfe57e 100644 --- a/data/wezterm/wezterm.lua +++ b/data/wezterm/wezterm.lua @@ -31,6 +31,7 @@ local flexi_ibm = { }, font_size = 18.0, line_height = 1.2, + default_cursor_style = "SteadyBlock", } return { @@ -94,7 +95,7 @@ return { native_macos_fullscreen_mode = true, - default_cursor_style = "SteadyBar", + default_cursor_style = flexi_ibm.default_cursor_style, audible_bell = "Disabled", -- Remove in next version