From 2b98f8258806983698abbbd7372fc9148a3a4a25 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Tue, 27 Apr 2010 16:28:02 +0200 Subject: [PATCH] awful.menu.clients: Raise the newly focused client Raising it makes it more obvious that the focus was really changed and makes working with the client easier since it's, well, raised. Signed-off-by: Uli Schlachter Signed-off-by: Julien Danjou --- lib/awful/menu.lua.in | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/awful/menu.lua.in b/lib/awful/menu.lua.in index 77bb89e0a..772f214c9 100644 --- a/lib/awful/menu.lua.in +++ b/lib/awful/menu.lua.in @@ -283,6 +283,7 @@ function clients(menu, args) tags.viewmore(c:tags(), c.screen) end capi.client.focus = c + c:raise() end, c.icon } end