diff --git a/docs/89-NEWS.md b/docs/89-NEWS.md index 6538f14d..97c0db50 100644 --- a/docs/89-NEWS.md +++ b/docs/89-NEWS.md @@ -591,7 +591,7 @@ It allows to preserve the tag and layout state across changes. Old `rc.lua` can either be ported to handle this by taking clues from the new `rc.lua` or restore the old behavior by adding the following at the end: - screen.connect("list", awesome.restart) + screen.connect_signal("list", awesome.restart) **See:**