On Mon, Dec 6, 2010 at 10:30 AM, Lord Myyl <[email protected]> wrote:
> Still, removing that 'i' after every if doesn't make it work here ?
> Is there anything to import ?
Oh, sorry, the floats(c) function must be defined. It has been sitting in my
rc.lua for so long I forgot it is not default.
function floats(c)
local ret = false
local l = awful.layout.get(c.screen)
if awful.layout.getname(l) == 'floating' or awful.client.floating.get(c) then
ret = true
end
return ret
end
Cheers
--
To unsubscribe, send mail to [email protected].