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.
|
# Send ESC (\x1b) before characters when alt is pressed.
|
||||||
#alt_send_esc: true
|
#alt_send_esc: true
|
||||||
|
|
||||||
#mouse:
|
mouse:
|
||||||
# Click settings
|
# Click settings
|
||||||
#
|
#
|
||||||
# The `double_click` and `triple_click` settings control the time
|
# The `double_click` and `triple_click` settings control the time
|
||||||
@@ -391,7 +391,7 @@ live_config_reload: false
|
|||||||
#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
|
||||||
|
|
||||||
#url:
|
#url:
|
||||||
# URL launcher
|
# URL launcher
|
||||||
|
|||||||
Reference in New Issue
Block a user