awesome/lib/naughty/layout
Emmanuel Lepage Vallee 9dcfde32e0 naughty: Never hold a strong reference to the notification in the box.
luajit was failing to GC the notification about 5% of the time. This
commit stores all widget notifications in a weak table and don't let
any lambda access the parent object notification object.

Each of those changes reduces the failure rate. There might still be
a couple in there, but the test passed 200x on my laptop with 100%
success rate.
2021-10-31 19:30:17 -07:00
..
box.lua naughty: Never hold a strong reference to the notification in the box. 2021-10-31 19:30:17 -07:00
init.lua naughty: Add an awful.widget.common based "notification list" 2019-06-08 18:56:08 -04:00
legacy.lua naughty.legacy: Handle broken configs betters. 2021-09-22 19:17:02 -07:00