fix freedesktop specs link in naughty/core.lua
it seems that the signals/reasons have changed in the latest spec and warrant code change as well
This commit is contained in:
parent
d147b5f2d7
commit
1fc7e33444
|
@ -103,7 +103,7 @@ gtable.crush(naughty, require("naughty.constants"))
|
||||||
|
|
||||||
--- The reason why a notification is to be closed.
|
--- The reason why a notification is to be closed.
|
||||||
--
|
--
|
||||||
-- See [the specification](https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html#signals)
|
-- See [the specification](https://specifications.freedesktop.org/notification-spec/latest/protocol.html#id-1.10.4.2.4)
|
||||||
-- for more details.
|
-- for more details.
|
||||||
--
|
--
|
||||||
-- @table naughty.notification_closed_reason
|
-- @table naughty.notification_closed_reason
|
||||||
|
|
Loading…
Reference in New Issue