Hi, I'm trying to change the window property 'instance' but I'm not
succeeding. Here's the rule I'm trying to change it with:

    { rule = { instance = "chromium-autorun" },
      properties = { tag = tags[1][3] },
      callback = function(c)
          awful.client.property.set(c, "instance", "chromium")
      end },   

The window gets moved but the callback part doesn't change the value of
'instance' to 'chromium'. What am I doing wrong?

Possibly usefull links:
http://awesome.naquadah.org/wiki/Understanding_Rules#instance
http://awesome.naquadah.org/doc/api/modules/awful.client.html#property.set
http://awesome.naquadah.org/doc/api/modules/client.html#client

-- 
Claudio Kozický

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

Reply via email to