From 5d608ea04aa5919c2a48de4d4f40c29d11d2aaf0 Mon Sep 17 00:00:00 2001 From: tdpeuter Date: Thu, 10 Aug 2023 14:46:24 +0200 Subject: [PATCH] Fix hidden mouse in terminal --- stow/alacritty/.config/alacritty/alacritty.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stow/alacritty/.config/alacritty/alacritty.yml b/stow/alacritty/.config/alacritty/alacritty.yml index aa67111..4ea1c1b 100644 --- a/stow/alacritty/.config/alacritty/alacritty.yml +++ b/stow/alacritty/.config/alacritty/alacritty.yml @@ -511,7 +511,8 @@ mouse: #triple_click: { threshold: 300 } # If this is `true`, the cursor is temporarily hidden when typing. - hide_when_typing: true + hide_when_typing: false + # You are more likely to be struggling with a disappeared mouse than you are going to struggle with a mouse over your text. # Regex hints #