awesome/lib/naughty/container
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
..
background.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 a background widget. 2019-06-08 18:56:08 -04:00