alacritty.yml: Hide mouse pointer when typing
This mimics GNOME terminal behavior.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user