Hide mouse in alacritty.
This commit is contained in:
parent
639e564e5d
commit
de5c96a214
|
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue