chore(alacritty): hide_when_typing = false

This commit is contained in:
2024-06-06 10:45:30 +03:00
parent 7ee81b005c
commit 22bd8ca870

View File

@@ -325,7 +325,7 @@ key = "F"
mods = "Command"
[mouse]
hide_when_typing = true
hide_when_typing = false
[[mouse.bindings]]
action = "PasteSelection"