diff --git a/lib/naughty.lua.in b/lib/naughty.lua.in index 378e7c67..ebd40b52 100644 --- a/lib/naughty.lua.in +++ b/lib/naughty.lua.in @@ -391,7 +391,7 @@ end -- Notify if awful.hooks.dbus then awful.hooks.dbus.register("org.freedesktop.Notifications", function (data, appname, replaces_id, icon, title, text, actions, hints, expire) - args = {} + args = { preset = { } } if data.member == "Notify" then if text ~= "" then args.text = text