Hey, I could override naughty.notify in my rc.lua! I don't know lua very well
it seems...

realnotify = naughty.notify
local notifications = {}
function nnotify(...)
  obj = realnotify(...)
  table.insert(notifications, obj)
  return obj
end
naughty.notify = nnotify


-- 
To unsubscribe, send mail to [email protected].

Reply via email to