Hide mouse in alacritty.

This commit is contained in:
Shawn Anderson 2023-05-27 13:56:20 -07:00
parent 639e564e5d
commit de5c96a214
1 changed files with 4 additions and 1 deletions

View File

@ -106,6 +106,9 @@ key_bindings:
env: env:
TERM: xterm-256color TERM: xterm-256color
mouse:
hide_when_typing: true
# Import additional configuration files # Import additional configuration files
# #
# Imports are loaded in order, skipping all missing files, with the importing # Imports are loaded in order, skipping all missing files, with the importing
@ -580,7 +583,7 @@ env:
#triple_click: { threshold: 300 } #triple_click: { threshold: 300 }
# If this is `true`, the cursor is temporarily hidden when typing. # If this is `true`, the cursor is temporarily hidden when typing.
#hide_when_typing: false #hide_when_typing: true
# Hints # Hints
# #