Hi,

First of all let me say thanks for all the help I get in this list!!!

Now, I added this test code to the on_arrange in awful/layout/init.lua:

...
p.clients=client.tiled(screen)
for i,c in pairs(p.clients)
  client.property.set(c,"test","TestProperty")
end
print(client.property.get(client.focus,"test"))

The output of the "print" tell me, that the "test" property is not set
for client.focus ...
Why? Have I not set it for all clients?

I am expecting client.focus to have another property at another point,
but I think that the problem can be simplified to this.

Thanks!
Nathan


-- 
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Reply via email to