awful.hooks: deprecate in description
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
91806b03ac
commit
c9085905e8
|
@ -16,7 +16,9 @@ local capi =
|
|||
}
|
||||
local util = require("awful.util")
|
||||
|
||||
--- Hooks module for awful
|
||||
--- Hooks module for awful.
|
||||
-- This module is deprecated and should not be used anymore. You are encouraged
|
||||
-- to use signals.
|
||||
module("awful.hooks")
|
||||
|
||||
-- User hook functions
|
||||
|
|
Loading…
Reference in New Issue