diff --git a/lib/naughty.lua.in b/lib/naughty.lua.in index 29fff201f..590d29fd7 100644 --- a/lib/naughty.lua.in +++ b/lib/naughty.lua.in @@ -485,7 +485,7 @@ if capi.dbus then end elseif data.member == "GetServerInfo" or data.member == "GetServerInformation" then -- name of notification app, name of vender, version - return "s", "naughty", "s", "awesome", "s", capi.awesome.version:match("%d.%d") + return "s", "naughty", "s", "awesome", "s", capi.awesome.version:match("%d.%d"), "s", "1.0" end end) @@ -520,6 +520,7 @@ if capi.dbus then +