diff options
Diffstat (limited to 'dotfiles/.config/alacritty/alacritty.yml')
-rw-r--r-- | dotfiles/.config/alacritty/alacritty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.config/alacritty/alacritty.yml b/dotfiles/.config/alacritty/alacritty.yml index 7acf889..311de61 100644 --- a/dotfiles/.config/alacritty/alacritty.yml +++ b/dotfiles/.config/alacritty/alacritty.yml @@ -381,7 +381,7 @@ colors: # 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 @@ colors: #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 |