From 231ac72e91a49d1ae66ef36f42aa7f9cf451e3ed Mon Sep 17 00:00:00 2001 From: goodhumored Date: Fri, 16 Aug 2024 11:11:58 +0300 Subject: [PATCH] alacritty cursor config removed --- .config/alacritty/alacritty.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index dbba1a9..1293160 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -15,8 +15,8 @@ bold_italic.family = "Source Code Pro" size = 11.0 -[cursor] - -style.shape = "Beam" -vi_mode_style.shape = "Block" -thickness = 0.2 +# [cursor] +# +# style.shape = "Beam" +# vi_mode_style.shape = "Block" +# thickness = 0.2