fix freedesktop specs links in lib/naughty/dbus.lua
This commit is contained in:
parent
1fc7e33444
commit
16b9f9e993
|
@ -39,7 +39,7 @@ local dbus = { config = {} }
|
|||
local bus_connection
|
||||
|
||||
-- DBUS Notification constants
|
||||
-- https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html#urgency-levels
|
||||
-- https://specifications.freedesktop.org/notification-spec/latest/urgency-levels.html
|
||||
local urgency = {
|
||||
low = "\0",
|
||||
normal = "\1",
|
||||
|
|
Loading…
Reference in New Issue