mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
awful.client.jumpto: add missing luadoc for the parameter 'c'
Signed-off-by: Anurag Priyam <anurag08priyam@gmail.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
067e91e5a8
commit
cca672faa8
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ property = {}
|
|||
---
|
||||
-- Jump to the given client. Takes care of focussing the screen, the right tag,
|
||||
-- etc.
|
||||
-- @param c the client to jump to
|
||||
-- @param merge If true then merge tags when clients are not visible.
|
||||
function jumpto(c, merge)
|
||||
local s = capi.client.focus and capi.client.focus.screen or capi.mouse.screen
|
||||
|
|
Loading…
Reference in a new issue