diff --git a/lib/naughty.lua.in b/lib/naughty.lua.in index 1f5500e3..372f95e4 100644 --- a/lib/naughty.lua.in +++ b/lib/naughty.lua.in @@ -499,7 +499,7 @@ end -- Notify if capi.dbus then capi.dbus.connect_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