$OpenBSD: patch-lib_naughty_lua_in,v 1.1 2011/03/13 18:07:23 dcoppa Exp $ --- lib/naughty.lua.in.orig Thu Mar 10 17:13:27 2011 +++ lib/naughty.lua.in Thu Mar 10 17:14:36 2011 @@ -462,7 +462,7 @@ end -- Notify if capi.dbus then capi.dbus.add_signal("org.freedesktop.Notifications", function (data, appname, replaces_id, icon, title, text, actions, hints, expire) - args = { preset = { } } + args = { preset = config.default_preset } if data.member == "Notify" then if text ~= "" then args.text = text