blob: 4bdb408b1c010b326673c97a5deb5d56f2133c83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
mouse:
# Click settings
#
# The `double_click` and `triple_click` settings control the time
# alacritty should wait for accepting multiple clicks as one double
# or triple click.
double_click: { threshold: 300 }
triple_click: { threshold: 300 }
# If this is `true`, the cursor is temporarily hidden when typing.
hide_when_typing: false
|