Some alacritty changes
This commit is contained in:
parent
2d5033d26d
commit
5a9f302e5c
1 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ window:
|
||||||
y: 5
|
y: 5
|
||||||
|
|
||||||
# Spread additional padding evenly around the terminal content.
|
# Spread additional padding evenly around the terminal content.
|
||||||
# dynamic_padding: false
|
dynamic_padding: true
|
||||||
|
|
||||||
# Window decorations
|
# Window decorations
|
||||||
#
|
#
|
||||||
|
@ -496,7 +496,7 @@ bell:
|
||||||
# Offer IPC using `alacritty msg` (unix only)
|
# Offer IPC using `alacritty msg` (unix only)
|
||||||
#ipc_socket: true
|
#ipc_socket: 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
|
||||||
|
@ -506,7 +506,7 @@ bell:
|
||||||
#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
|
||||||
|
|
||||||
# Regex hints
|
# Regex hints
|
||||||
#
|
#
|
Loading…
Reference in a new issue