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:
parent
3be5343e83
commit
ef19a8213a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue