mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
awful.screen: fix focus doc
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
97194aaa98
commit
c51d4d61ac
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ local client = require("awful.client")
|
|||
module("awful.screen")
|
||||
|
||||
--- Give the focus to a screen, and move pointer.
|
||||
-- @param Screen number.
|
||||
-- @param i Screen number.
|
||||
function focus(i)
|
||||
local s = util.cycle(capi.screen.count(), capi.mouse.screen + i)
|
||||
local c = client.focus.history.get(s, 0)
|
||||
|
|
Loading…
Reference in a new issue