From 2acc125354eabd9103a1b31509114f45623b992f Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 13 Oct 2015 12:00:33 +0200 Subject: [PATCH] ewmh.activate: document focus handling --- lib/awful/ewmh.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/awful/ewmh.lua b/lib/awful/ewmh.lua index 96832b254..e137785b3 100644 --- a/lib/awful/ewmh.lua +++ b/lib/awful/ewmh.lua @@ -153,7 +153,9 @@ local function geometry_change(window) geometry_change_lock = false end ---- Activate a window +--- Activate a window. +-- +-- This sets the focus only if the client is visible. -- -- @client c A client to use -- @tparam string context The context where this signal was used.