minor
This commit is contained in:
parent
29d1b473f8
commit
302e698ba8
|
@ -43,7 +43,8 @@ function screen.getbycoord(x, y, default)
|
||||||
return default
|
return default
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Give the focus to a screen, and move pointer. Keeps relative position of the pointer on the screen.
|
--- Give the focus to a screen, and move pointer.
|
||||||
|
-- Keeps relative position of the pointer on the screen.
|
||||||
-- @param _screen Screen number.
|
-- @param _screen Screen number.
|
||||||
function screen.focus(_screen)
|
function screen.focus(_screen)
|
||||||
client = client or require("awful.client")
|
client = client or require("awful.client")
|
||||||
|
|
Loading…
Reference in New Issue