Works great now :)
I'm such a newbie with lua I didn't see the problem right away.
Pretty useful

Thanks !

Le 06/12/2010 15:39, Vitor Eiji Justus Sakaguti a écrit :
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

--
To unsubscribe, send mail to [email protected].

Reply via email to