doc: fix usage of "mouse.move" as a string (#871)
Ref: https://github.com/awesomeWM/awesome/issues/834#issuecomment-216141389.
This commit is contained in:
parent
7b0dcfc3df
commit
7bd9cd7fd1
|
@ -246,8 +246,8 @@ capi.client.connect_signal("list", function()
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
--- Default handler for tiled clients request::geometry with the `mouse.move`
|
--- Default handler for `request::geometry` signals for tiled clients with
|
||||||
-- context.
|
-- the "mouse.move" context.
|
||||||
-- @tparam client c The client
|
-- @tparam client c The client
|
||||||
-- @tparam string context The context
|
-- @tparam string context The context
|
||||||
-- @tparam table hints Additional hints
|
-- @tparam table hints Additional hints
|
||||||
|
|
|
@ -222,7 +222,7 @@ function mouse.client.resize(c, corner, args)
|
||||||
return corner
|
return corner
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Default handler for `request::geometry` signals with `mouse.resize` context.
|
--- Default handler for `request::geometry` signals with "mouse.resize" context.
|
||||||
-- @signalhandler awful.mouse.resize_handler
|
-- @signalhandler awful.mouse.resize_handler
|
||||||
-- @tparam client c The client
|
-- @tparam client c The client
|
||||||
-- @tparam string context The context
|
-- @tparam string context The context
|
||||||
|
|
Loading…
Reference in New Issue