Move bell to main terminal

This commit is contained in:
Leroy Hopson 2021-07-13 08:16:34 +07:00
parent e8c27f2796
commit 6afaa55914
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
3 changed files with 29 additions and 31 deletions

View file

@ -21,9 +21,4 @@ env = {
"TERM": "xterm-256color"
}
[node name="Timer" type="Timer" parent="."]
wait_time = 0.1
autostart = true
[connection signal="bell" from="." to="." method="_on_Terminal_bell"]
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]