From 5aa38f6fe524c55173caccd67d94668df6a393ba Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Fri, 9 Dec 2016 23:55:13 -0500 Subject: [PATCH] doc: Add a missing ewmh handler documentation --- lib/awful/ewmh.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/awful/ewmh.lua b/lib/awful/ewmh.lua index 8e66273d6..eb72a16c2 100644 --- a/lib/awful/ewmh.lua +++ b/lib/awful/ewmh.lua @@ -210,6 +210,10 @@ function ewmh.tag(c, t, hints) --luacheck: no unused end end +--- Handle client urgent request +-- @signalhandler awful.ewmh.urgent +-- @client c A client +-- @tparam boolean urgent If the client should be urgent function ewmh.urgent(c, urgent) if c ~= client.focus and not aclient.property.get(c,"ignore_urgent") then c.urgent = urgent