Try to fix issue #27 again
This commit is contained in:
parent
4e52b080c5
commit
fb79d264d4
5
init.lua
5
init.lua
|
@ -119,8 +119,7 @@ local function selectfn(restore, t, zt)
|
|||
c.minimized = false
|
||||
end
|
||||
|
||||
--jump_to_func(c)
|
||||
awful.client.jumpto(c)
|
||||
jump_to_func(c)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -370,7 +369,7 @@ function revelation.expose_callback(t, zt, clientlist)
|
|||
capi.mousegrabber.run(function(mouse)
|
||||
local c
|
||||
|
||||
if type(tag.view_only) == 'function' then
|
||||
if type(awful.client.object) == 'table' then
|
||||
c = awful.mouse.client_under_pointer()
|
||||
else
|
||||
c = capi.mouse.current_client
|
||||
|
|
Loading…
Reference in New Issue