disable mouse hiding in alacritty again
This commit is contained in:
parent
2a0f219d33
commit
e1160acbe1
1 changed files with 2 additions and 2 deletions
|
|
@ -50,5 +50,5 @@ bindings = [
|
||||||
{ key = "Minus", mods = "Command", action = "DecreaseFontSize" },
|
{ key = "Minus", mods = "Command", action = "DecreaseFontSize" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[mouse]
|
#[mouse]
|
||||||
hide_when_typing = true
|
#hide_when_typing = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue