From dfcdd4c08b097d18f2c23afc4452a5bc5a8d075d Mon Sep 17 00:00:00 2001 From: Quan Guo Date: Tue, 21 Jan 2014 20:09:18 +0100 Subject: [PATCH] change the restore function. If you select the minimized client. revelation will restore it and then focus on it --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index 00e715d..9e9e440 100644 --- a/init.lua +++ b/init.lua @@ -73,6 +73,9 @@ local function selectfn(restore) -- Pop to client tag awful.tag.viewonly(c:tags()[1], c.screen) -- Focus and raise + if c.minimized then + c.minimized = false + end capi.client.focus = c awful.screen.focus(c.screen) c:raise()