awful.client.jumpto: un-minimize clients

Fixes https://github.com/awesomeWM/awesome/issues/472.
Closes https://github.com/awesomeWM/awesome/pull/729.
This commit is contained in:
Daniel Hahler 2016-03-01 22:55:27 +01:00
parent 3be5343e83
commit ef19a8213a
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ function client.jumpto(c, merge)
screen.focus(c.screen) screen.focus(c.screen)
end end
c.minimized = false
-- Try to make client visible, this also covers e.g. sticky. -- Try to make client visible, this also covers e.g. sticky.
if not c:isvisible() then if not c:isvisible() then
local t = c.first_tag local t = c.first_tag