From 1fc7e33444ab34eedbebd2c8b1c395314a340675 Mon Sep 17 00:00:00 2001 From: elig0n Date: Sun, 27 Oct 2024 14:25:14 +0200 Subject: [PATCH] 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 --- lib/naughty/core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/naughty/core.lua b/lib/naughty/core.lua index 1005e7a76..6daeb03d8 100644 --- a/lib/naughty/core.lua +++ b/lib/naughty/core.lua @@ -103,7 +103,7 @@ gtable.crush(naughty, require("naughty.constants")) --- 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. -- -- @table naughty.notification_closed_reason