From 25085d2e2ebeba327fc9cd4cfce903da61da4682 Mon Sep 17 00:00:00 2001 From: mattia Date: Fri, 13 Aug 2021 14:24:07 +0200 Subject: [PATCH] alacritty.yml: Hide mouse pointer when typing This mimics GNOME terminal behavior. --- alacritty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alacritty.yml b/alacritty.yml index e537d5a..b7fa32e 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -381,7 +381,7 @@ live_config_reload: false # Send ESC (\x1b) before characters when alt is pressed. #alt_send_esc: true -#mouse: +mouse: # Click settings # # The `double_click` and `triple_click` settings control the time @@ -391,7 +391,7 @@ live_config_reload: false #triple_click: { threshold: 300 } # If this is `true`, the cursor is temporarily hidden when typing. - #hide_when_typing: false + hide_when_typing: true #url: # URL launcher