From 66c4ff7f2cf32bdfb79d92ac5f5eb38333a9178b Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 14 Aug 2015 03:02:52 +0200 Subject: [PATCH] doc: awful.placement.no_offscreen --- lib/awful/placement.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/awful/placement.lua b/lib/awful/placement.lua index 0c6338a7..ae7539b5 100644 --- a/lib/awful/placement.lua +++ b/lib/awful/placement.lua @@ -103,9 +103,9 @@ local function area_remove(areas, elem) return areas end ---- Place the client so no part of it will be outside the screen. --- @param c The client. --- @return The new client geometry. +--- Place the client so no part of it will be outside the screen (workarea). +-- @client c The client. +-- @treturn table The new client geometry. function placement.no_offscreen(c) local c = c or capi.client.focus local geometry = c:geometry()