naughty: init preset
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
1e74e61c13
commit
9554536db6
|
@ -391,7 +391,7 @@ end
|
||||||
-- Notify
|
-- Notify
|
||||||
if awful.hooks.dbus then
|
if awful.hooks.dbus then
|
||||||
awful.hooks.dbus.register("org.freedesktop.Notifications", function (data, appname, replaces_id, icon, title, text, actions, hints, expire)
|
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 data.member == "Notify" then
|
||||||
if text ~= "" then
|
if text ~= "" then
|
||||||
args.text = text
|
args.text = text
|
||||||
|
|
Loading…
Reference in New Issue